diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-07 19:23:13 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-07 19:23:13 +0000 |
commit | d431a2244a0a68d32322f0c5cbfcf97d8ddb4a7b (patch) | |
tree | d04a50435e749d12b0d4e5114089c9ad2403a859 /emulators | |
parent | 5e290feaac89054f111d3693ce38bea97a77b357 (diff) | |
download | ports-d431a2244a0a68d32322f0c5cbfcf97d8ddb4a7b.tar.gz ports-d431a2244a0a68d32322f0c5cbfcf97d8ddb4a7b.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ines/Makefile | 22 | ||||
-rw-r--r-- | emulators/ines/distinfo | 2 | ||||
-rw-r--r-- | emulators/ines/pkg-plist | 5 |
3 files changed, 17 insertions, 12 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index ea2e86438c46..57c3c33797d8 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -1,28 +1,30 @@ # New ports collection makefile for: ines -# Version required: 0.5 +# Version required: 0.6 # Date created: 02 November 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.2 1996/12/05 10:59:49 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/30 03:17:58 asami Exp $ # -DISTNAME= NES -PKGNAME= ines-0.5 +DISTNAME= iNES06-FreeBSD-80x86-bin +PKGNAME= ines-0.6 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_LOCAL} -DISTFILES= iNES05-FreeBSD-80x86-bin.tar.Z +MASTER_SITES= http://freeflight.com/fms/iNES/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +EXTRACT_SUFX= .tar.Z +WRKSRC= ${WRKDIR}/NES USE_X11= yes - -do-build: +NO_BUILD= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin/ines - ${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin/dasm + ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/ines @${INSTALL_DATA} ${WRKSRC}/iNES.doc ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/headers.tgz ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/CART.* ${PREFIX}/share/ines .include <bsd.port.mk> diff --git a/emulators/ines/distinfo b/emulators/ines/distinfo index 16821575b17b..7ee814f9d72c 100644 --- a/emulators/ines/distinfo +++ b/emulators/ines/distinfo @@ -1 +1 @@ -MD5 (iNES05-FreeBSD-80x86-bin.tar.Z) = 7485aded2f74f841122587a3c5ef72c4 +MD5 (iNES06-FreeBSD-80x86-bin.tar.Z) = 2ca0b8529d34457bb043f6373b423e15 diff --git a/emulators/ines/pkg-plist b/emulators/ines/pkg-plist index 0a630b4c55ca..5b39bdc44e9a 100644 --- a/emulators/ines/pkg-plist +++ b/emulators/ines/pkg-plist @@ -1,3 +1,6 @@ bin/ines -bin/dasm +bin/ines-debug share/ines/iNES.doc +share/ines/headers.tgz +share/ines/CART.ASM +share/ines/CART.NES |