diff options
author | max <max@FreeBSD.org> | 1997-06-08 03:23:13 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-08 03:23:13 +0800 |
commit | cdbe18dfba2e793a97eceb2400a1cb2ddf4a4a81 (patch) | |
tree | 711d7344cea3eaa2b3168a4dc80465e543432cce /emulators/ines | |
parent | 0d1c6c99bb4a7266acb9444d681396da9f2c6efe (diff) | |
download | freebsd-ports-graphics-cdbe18dfba2e793a97eceb2400a1cb2ddf4a4a81.tar.gz freebsd-ports-graphics-cdbe18dfba2e793a97eceb2400a1cb2ddf4a4a81.tar.zst freebsd-ports-graphics-cdbe18dfba2e793a97eceb2400a1cb2ddf4a4a81.zip |
Upgrade, 0.5 -> 0.6.
PR: 3785
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
Reviewed & Modified by: max
Diffstat (limited to 'emulators/ines')
-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 ea2e86438c4..57c3c33797d 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 16821575b17..7ee814f9d72 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 0a630b4c55c..5b39bdc44e9 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 |