openbsd-ports/emulators/gxemul/Makefile

46 lines
906 B
Makefile
Raw Normal View History

2011-12-02 09:36:13 -05:00
# $OpenBSD: Makefile,v 1.29 2011/12/02 14:36:14 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
2010-10-23 18:01:29 -04:00
REVISION= 0
CATEGORIES= emulators
HOMEPAGE= http://gavare.se/gxemul/
2006-03-22 20:40:03 -05:00
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
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
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>