1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Deploy USE_GNOMENG infrastructure

PR:		42197
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-08-30 13:36:06 +00:00
parent bd09b5ac0c
commit 4919a03c9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65305
6 changed files with 13 additions and 8 deletions

View File

@ -21,7 +21,7 @@ DOCVERSION= 1.2.0
USE_X_PREFIX= yes
USE_XPM= yes
USE_GTK= yes
USE_GNOMENG= yes
WANT_GNOME= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@ -40,8 +40,8 @@ post-extract:
@${CP} -R ${WRKDIR}/${PORTNAME}-help-${DOCVERSION}/docs ${WRKSRC}/docs
.endif
.if defined(HAVE_GNOME)
USE_GNOME= yes
.if ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME= gtk12
.else
CONFIGURE_ARGS+=--disable-gnome
.endif

View File

@ -15,7 +15,8 @@ DISTNAME= GXedit${PORTVERSION}
MAINTAINER= dom@happygiraffe.net
USE_X_PREFIX= yes
USE_GTK= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
ALL_TARGET= gxedit

View File

@ -16,7 +16,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GTK= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
MAKEFILE= Makefile.FreeBSD
MAN1= manedit.1

View File

@ -107,7 +107,8 @@ WITH_DIALOGS= --with-dialogs=motif
.if defined(WANT_GTK)
WITH_GTK= --with-gtk=yes
WITH_XPM= --with-xpm=no
USE_GTK= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_XPM= no
.endif

View File

@ -83,7 +83,8 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
.if defined(WANT_GTK)
WITH_GTK= --with-gtk=yes \
--with-xpm=no
USE_GTK= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_XPM= no
.endif

View File

@ -83,7 +83,8 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
.if defined(WANT_GTK)
WITH_GTK= --with-gtk=yes \
--with-xpm=no
USE_GTK= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_XPM= no
.endif