diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-27 04:14:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-27 04:14:40 +0800 |
commit | bdf4b6b4dc384e370220f0af624f40fb9c5a83ff (patch) | |
tree | c9711b3d3244ae20e212201545b61c87242a8f43 /x11-toolkits | |
parent | 49c7af7a1ff5df3e6dd94d942818d19a16f4aa4c (diff) | |
download | freebsd-ports-graphics-bdf4b6b4dc384e370220f0af624f40fb9c5a83ff.tar.gz freebsd-ports-graphics-bdf4b6b4dc384e370220f0af624f40fb9c5a83ff.tar.zst freebsd-ports-graphics-bdf4b6b4dc384e370220f0af624f40fb9c5a83ff.zip |
- make PKGNAMESUFFIX more flexible
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-art/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gnustep-xdps/Makefile | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/gnustep-art/Makefile b/x11-toolkits/gnustep-art/Makefile index d0d1e74b00f..3588c62e67b 100644 --- a/x11-toolkits/gnustep-art/Makefile +++ b/x11-toolkits/gnustep-art/Makefile @@ -6,7 +6,6 @@ # CATEGORIES= x11-toolkits -PKGNAMESUFFIX= -art MAINTAINER= dinoex@FreeBSD.org diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 5b0bf7fe817..a9fa969a3cb 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -15,6 +15,7 @@ PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core +PKGNAMESUFFIX?= ${BACK_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep GUI backend @@ -48,7 +49,7 @@ BREAKS_IF_PEDANTIC= yes CONFIGURE_ARGS+= --enable-graphics=xdps --with-name=xdps PLIST_SUB+= BACK=xdps PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="" USE_ART="@comment " -PKGNAMESUFFIX?= -xdps +BACK_SUFFIX?= -xdps CONFLICTS?= gunstep-back-0.* gunstep-back-art-0.* .else .if defined(WITH_GNUSTEP_LIBART) @@ -56,7 +57,7 @@ LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2 CONFIGURE_ARGS+= --enable-graphics=art --with-name=art PLIST_SUB+= BACK=art USE_XLIB="@comment " PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="@comment " USE_ART="" -PKGNAMESUFFIX?= -art +BACK_SUFFIX?= -art CONFLICTS?= gunstep-back-0.* gunstep-back-xdps-0.* .else CONFIGURE_ARGS+= --enable-graphics=xlib --with-name=back diff --git a/x11-toolkits/gnustep-xdps/Makefile b/x11-toolkits/gnustep-xdps/Makefile index 5707ec38116..22eb45c4228 100644 --- a/x11-toolkits/gnustep-xdps/Makefile +++ b/x11-toolkits/gnustep-xdps/Makefile @@ -6,11 +6,10 @@ # CATEGORIES= x11-toolkits -PKGNAMESUFFIX= -xdps MAINTAINER= dinoex@FreeBSD.org -WANT_GNUSTEP_XDPS= yes +WITH_GNUSTEP_XDPS= yes MASTERDIR?= ${.CURDIR}/../gnustep-back .if exists(${.CURDIR}/Makefile.local) |