openbsd-ports/emulators/gxemul/Makefile
grange 95b1f04802 Update to gxemul-0.4.6. Quoting author:
The two most important new "features" are:

1. NetBSD/pmppc works (with root on nfs only, no SCSI).

2. When running ARM guest OSes (NetBSD/cats, OpenBSD/cats,
NetBSD/netwinder, or NetBSD/evbarm), the emulator will not use up 100%
of the host's CPU if the guest OS idles.
2007-06-17 08:36:27 +00:00

44 lines
866 B
Makefile

# $OpenBSD: Makefile,v 1.16 2007/06/17 08:36:27 grange Exp $
COMMENT= "ARM/MIPS/PowerPC/SuperH machines emulator"
DISTNAME= gxemul-0.4.6
CATEGORIES= emulators
HOMEPAGE= http://gavare.se/gxemul/
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/src/
WANTLIB= c m
CONFIGURE_STYLE= simple
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS= --disable-x
.else
USE_X11= Yes
WANTLIB+= X11
.endif
NO_REGRESS= Yes
INSTALL_STRIP=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gxemul ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gxemul
${INSTALL_DATA} ${WRKSRC}/doc/*.{gif,png,html} ${PREFIX}/share/doc/gxemul
${INSTALL_DATA} ${WRKSRC}/man/gxemul.1 ${PREFIX}/man/man1
.include <bsd.port.mk>