diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 17:22:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 17:22:17 +0000 |
commit | 36937e7e1dbe1250b70d63c84ade383cc350e904 (patch) | |
tree | e7e7b5ea5fdf61df395c0861f376106fd87b440f /emulators | |
parent | 064bfd7b6b432746383f5fe85e41482ca464ddf4 (diff) | |
download | ports-36937e7e1dbe1250b70d63c84ade383cc350e904.tar.gz ports-36937e7e1dbe1250b70d63c84ade383cc350e904.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 7bc49d3461de..d187beafabcd 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -8,9 +8,7 @@ PORTNAME= vice PORTVERSION= 1.14 CATEGORIES= emulators MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ -.if defined(VICE_WITH_GNOME) -PKGNAMESUFFIX= -gnome -.endif +PKGNAMESUFFIX?= ${GNOME_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Emulator for Commodore's C64, C128, VIC20, PET, and CBM-II @@ -27,6 +25,7 @@ MAKE_ENV+= MAKEINFOFLAGS="--no-split" USE_GCC= 3.2 .if defined(VICE_WITH_GNOME) +GNOME_SUFFIX= -gnome USE_GNOME= gnomelibs CONFIGURE_ARGS= --enable-gnomeui CONFLICTS?= vice-1.* |