1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix things after recent GNOMENG commit.

This commit is contained in:
Joe Marcus Clarke 2002-09-09 05:30:20 +00:00
parent 92a93a0825
commit 0799167f67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65898

View File

@ -17,6 +17,7 @@ LIB_DEPENDS= vdk.3:${PORTSDIR}/x11-toolkits/vdk
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
WANT_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
@ -25,12 +26,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgtk12}!=""
USE_GNOME+= gtk12
.if ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME+= gnomeprefix gnomehack gnomelibs
CONFIGURE_ARGS+=--enable-gnome
PKGNAMESUFFIX= -gtk
PKGNAMESUFFIX= -gnome
PLIST_SUB= DATADIR="share/gnome"
.else
CONFIGURE_ARGS+=--enable-gnome=no
PLIST_SUB= DATADIR="share"
.endif
.include <bsd.port.post.mk>