diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-26 17:22:17 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-26 17:22:17 +0000 |
commit | cf4aeeaca0e28f9331195cecd40c887bede73422 (patch) | |
tree | 0b0b3f836f26f202fe3e2fc3da0481161345cb9c /emulators | |
parent | dde999d9926fa16045639ee50500db8fc320c5f7 (diff) | |
download | FreeBSD-ports-cf4aeeaca0e28f9331195cecd40c887bede73422.zip FreeBSD-ports-cf4aeeaca0e28f9331195cecd40c887bede73422.tar.gz |
- make PKGNAMESUFFIX more flexible
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 7bc49d3..d187bea 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.* |