openbsd-ports/emulators/gxemul/Makefile

43 lines
831 B
Makefile
Raw Normal View History

2013-03-11 07:02:49 -04:00
# $OpenBSD: Makefile,v 1.31 2013/03/11 11:06:04 espie Exp $
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
REVISION= 1
CATEGORIES= emulators
HOMEPAGE= http://gxemul.sourceforge.net/
2006-03-22 20:40:03 -05: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
FLAVORS= no_x11
FLAVOR?=
2011-12-02 09:36:13 -05:00
.if ${FLAVOR:Mno_x11}
CONFIGURE_ARGS= --disable-x
.else
WANTLIB+= X11 pthread-stubs xcb
.endif
2013-03-11 07:02:49 -04:00
NO_TEST= 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>