diff options
author | garbled <garbled@pkgsrc.org> | 1998-09-06 23:47:26 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-09-06 23:47:26 +0000 |
commit | bb4ed4478d3726084617ca252b0c2575e490294f (patch) | |
tree | 718c74da61c90a75fe6665e7298f05484b53e2f2 /emulators/vice/Makefile | |
parent | 10969eec961ef8e844931debd1f006903a9d1720 (diff) | |
download | pkgsrc-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/Makefile | 26 |
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" |