aboutsummaryrefslogtreecommitdiff
path: root/emulators/ines/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-08-24 20:27:24 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-08-24 20:27:24 +0000
commitcab5588fdbf58e42b3b7773c177d3cffbd762e39 (patch)
treeae9b188621806bbe546096545d3d614075190f60 /emulators/ines/Makefile
parentc9c9ef4d835072bbc3a43b40115fadcdcb3278c0 (diff)
downloadports-cab5588fdbf58e42b3b7773c177d3cffbd762e39.tar.gz
ports-cab5588fdbf58e42b3b7773c177d3cffbd762e39.zip
Upgrade, 0.6 -> 0.7.
Notes
Notes: svn path=/head/; revision=7672
Diffstat (limited to 'emulators/ines/Makefile')
-rw-r--r--emulators/ines/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile
index 57c3c33797d8..0db34cb51331 100644
--- a/emulators/ines/Makefile
+++ b/emulators/ines/Makefile
@@ -1,19 +1,19 @@
-# New ports collection makefile for: ines
-# Version required: 0.6
-# Date created: 02 November 1996
-# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+# New ports collection makefile for: ines
+# Version required: 0.7
+# Date created: 02 November 1996
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.3 1997/04/30 03:17:58 asami Exp $
+# $Id: Makefile,v 1.4 1997/06/07 19:23:12 max Exp $
#
-DISTNAME= iNES06-FreeBSD-80x86-bin
-PKGNAME= ines-0.6
+DISTNAME= iNES07-FreeBSD-80x86-bin
+PKGNAME= ines-0.7
CATEGORIES= emulators
MASTER_SITES= http://freeflight.com/fms/iNES/
+EXTRACT_SUFX= .tar.Z
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
-EXTRACT_SUFX= .tar.Z
WRKSRC= ${WRKDIR}/NES
USE_X11= yes
NO_BUILD= yes
@@ -27,4 +27,3 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/CART.* ${PREFIX}/share/ines
.include <bsd.port.mk>
-