diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /emulators/vice | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) | |
download | ports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz ports-1e3119b07ebe66367ead55242a47710e556bf383.zip |
Notes
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index ed01bb6da7f5..b9c2de509d35 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -12,6 +12,8 @@ PKGNAMESUFFIX?= ${GNOME_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Emulator for Commodore C64, C128, VIC20, PET, and CBM-II +LICENSE= GPLv2 + BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale @@ -23,7 +25,7 @@ LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d .endif RESTRICTED= ROMs are copyrighted by Commodore Business Machines -LICENSE= GPLv2 +NO_STAGE= yes USES= pkgconfig USE_XORG= xpm ice sm xext xv xt x11 xmu @@ -61,10 +63,6 @@ CONFIGURE_ARGS+= --enable-fullscreen --enable-ipv6 --disable-dependency-tracking #CONFIGURE_ARGS+= --enable-parsid #CONFIGURE_ARGS+= --enable-memmap -NO_STAGE= yes -Optional Features: - - MAN1= vice.1 c1541.1 petcat.1 MLINKS= vice.1 x64.1 \ vice.1 x128.1 \ |