summaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-09-06 23:47:26 +0000
committergarbled <garbled@pkgsrc.org>1998-09-06 23:47:26 +0000
commitbb4ed4478d3726084617ca252b0c2575e490294f (patch)
tree718c74da61c90a75fe6665e7298f05484b53e2f2 /emulators/vice/Makefile
parent10969eec961ef8e844931debd1f006903a9d1720 (diff)
downloadpkgsrc-bb4ed4478d3726084617ca252b0c2575e490294f.tar.gz
New pkg for vice-0.15.0
an emulator for C64, C128, PET and VIC20's
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
new file mode 100644
index 00000000000..dd9ed898f2a
--- /dev/null
+++ b/emulators/vice/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 1998/09/06 23:47:26 garbled Exp $
+
+DISTNAME= vice-0.15.0
+CATEGORIES= emulators
+MASTER_SITES= http://www.tu-chemnitz.de/~fachat/vice/
+DISTFILES= vice-0.15.0-roms.tar.gz ${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.tu-chemnitz.de/~fachat/vice/
+
+BUILD_DEPENDS+= bison:../../devel/bison
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= LDFLAGS="-Wl,-R${X11BASE}/lib"
+USE_GMAKE= yes
+USE_X11= yes
+INFO_FILES= vice.info
+
+post-install:
+ ${INSTALL_DATA} ${WRKDIR}/data/C64/* ${PREFIX}/share/vice/C64
+ ${INSTALL_DATA} ${WRKDIR}/data/C128/* ${PREFIX}/share/vice/C128
+ ${INSTALL_DATA} ${WRKDIR}/data/VIC20/* ${PREFIX}/share/vice/VIC20
+ ${INSTALL_DATA} ${WRKDIR}/data/PET/* ${PREFIX}/share/vice/PET
+
+.include "../../mk/bsd.pkg.mk"