openbsd-ports/emulators/x48/Makefile

32 lines
696 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.21 2010/10/24 21:17:49 ajacoutot Exp $
1997-11-30 10:07:56 -05:00
#
COMMENT= HP48sx emulator
1998-10-15 00:55:16 -04:00
DISTNAME= x48-0.4.0
2010-10-23 18:01:29 -04:00
REVISION= 1
1998-10-15 00:55:16 -04:00
CATEGORIES= emulators
1997-11-30 10:07:56 -05:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Todd T. Fries <todd@openbsd.org>
1998-10-15 00:55:16 -04:00
2000-03-14 16:39:02 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-23 18:01:29 -04:00
WANTLIB= X11 Xau Xdmcp Xext c pthread-stubs xcb
2000-02-12 03:02:07 -05:00
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/emulators/}
1997-11-30 10:07:56 -05:00
CONFIGURE_STYLE= imake noman
1997-11-30 10:07:56 -05:00
2002-10-26 08:52:48 -04:00
NO_REGRESS= Yes
1997-11-30 10:07:56 -05:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/x48
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/x48/README-x48
${INSTALL_DATA} ${WRKSRC}/doc/CARDS.doc ${WRKSRC}/doc/ROMDump.doc \
${PREFIX}/share/x48
1997-11-30 10:07:56 -05:00
.include <bsd.port.mk>