diff options
Diffstat (limited to 'emulators/hercules/Makefile')
-rw-r--r-- | emulators/hercules/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile new file mode 100644 index 00000000000..19ad99772f9 --- /dev/null +++ b/emulators/hercules/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/19 12:35:21 agc Exp $ + +DISTNAME= hercules-2.11 +CATEGORIES= emulators +MASTER_SITES= http://www.conmicro.cx/hercules/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.snes9x.com/ +COMMENT= s370 emulator + +DEPENDS= pth-*:../../devel/pth + +USE_GMAKE= yes +MAKEFILE= makefile + +pre-install: + ${MKDIR} ${PREFIX}/share/examples/hercules + ${BSD_INSTALL_DATA} ${WRKSRC}/hercules.cnf ${PREFIX}/share/examples/hercules/ + ${BSD_INSTALL_DATA} ${WRKSRC}/zzsa.cnf ${PREFIX}/share/examples/hercules/ + +.include "../../mk/bsd.pkg.mk" |