2013-03-11 07:02:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2013/03/11 11:06:04 espie Exp $
|
2005-09-06 14:50:38 -04:00
|
|
|
|
2009-01-05 16:14:02 -05:00
|
|
|
COMMENT= ARM/M88k/MIPS/PowerPC/SuperH machines emulator
|
2006-03-22 20:40:03 -05:00
|
|
|
|
2009-02-07 16:32:22 -05:00
|
|
|
DISTNAME= gxemul-0.4.7.1
|
2012-12-27 15:28:48 -05:00
|
|
|
REVISION= 1
|
2005-09-06 14:50:38 -04:00
|
|
|
CATEGORIES= emulators
|
2012-12-27 15:28:48 -05:00
|
|
|
HOMEPAGE= http://gxemul.sourceforge.net/
|
2006-03-22 20:40:03 -05:00
|
|
|
|
2005-09-06 14:50:38 -04:00
|
|
|
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/src/
|
|
|
|
|
|
|
|
WANTLIB= c m
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= simple
|
2010-11-15 18:22:07 -05:00
|
|
|
USE_GROFF = Yes
|
2005-09-06 14:50:38 -04:00
|
|
|
|
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
|
|
|
|
2011-12-02 09:36:13 -05:00
|
|
|
.if ${FLAVOR:Mno_x11}
|
2005-09-06 14:50:38 -04:00
|
|
|
CONFIGURE_ARGS= --disable-x
|
|
|
|
.else
|
2009-08-10 02:29:51 -04:00
|
|
|
WANTLIB+= X11 pthread-stubs xcb
|
2005-09-06 14:50:38 -04:00
|
|
|
.endif
|
|
|
|
|
2013-03-11 07:02:49 -04:00
|
|
|
NO_TEST= Yes
|
2005-09-06 14:50:38 -04:00
|
|
|
|
2006-06-26 08:32:51 -04:00
|
|
|
INSTALL_STRIP=
|
|
|
|
|
2005-09-06 14:50:38 -04:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gxemul ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gxemul
|
2008-01-31 15:44:55 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.{gif,png,html} \
|
|
|
|
${PREFIX}/share/doc/gxemul
|
2005-09-06 14:50:38 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/man/gxemul.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|