summaryrefslogtreecommitdiffstats
path: root/emulators/ines/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-04-15 06:51:54 +0000
committermharo <mharo@FreeBSD.org>1999-04-15 06:51:54 +0000
commit30d06f13bc39a954f41e675fc135450d48ad8b35 (patch)
tree1bdfb38289c29c542905d47e3050751ed846e15c /emulators/ines/Makefile
parentacaa8b292f83523923eb2cc75bf22a43f260f66c (diff)
downloadFreeBSD-ports-30d06f13bc39a954f41e675fc135450d48ad8b35.zip
FreeBSD-ports-30d06f13bc39a954f41e675fc135450d48ad8b35.tar.gz
update ines from 0.7 to 1.0
Diffstat (limited to 'emulators/ines/Makefile')
-rw-r--r--emulators/ines/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile
index 052cb68..e2632f1 100644
--- a/emulators/ines/Makefile
+++ b/emulators/ines/Makefile
@@ -3,18 +3,18 @@
# Date created: 02 November 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.10 1998/11/14 09:43:08 asami Exp $
+# $Id: Makefile,v 1.11 1999/01/12 16:50:52 vanilla Exp $
#
-DISTNAME= iNES07-FreeBSD-80x86-bin
-PKGNAME= ines-0.7
+DISTNAME= iNES10-FreeBSD-80x86-bin
+PKGNAME= ines-1.0
CATEGORIES= emulators
MASTER_SITES= http://www.komkon.org/fms/iNES/
EXTRACT_SUFX= .tar.Z
MAINTAINER= nacai@iname.com
-WRKSRC= ${WRKDIR}/NES
+NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
NO_BUILD= yes
@@ -28,7 +28,7 @@ do-install:
${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}/iNES.html ${PREFIX}/share/ines
@${INSTALL_DATA} ${WRKSRC}/headers.tgz ${PREFIX}/share/ines
@${INSTALL_DATA} ${WRKSRC}/CART.* ${PREFIX}/share/ines
OpenPOWER on IntegriCloud