aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-02 12:03:35 +0800
committerlioux <lioux@FreeBSD.org>2002-09-02 12:03:35 +0800
commitf5b6fbe1b70fe297f39bcc769228861cde6136ec (patch)
treeda4032feb6a8907be09877152b16ff0a258b8c1c /x11-fm
parent639d45803df020a913622697fb894c80571e7b0d (diff)
downloadfreebsd-ports-gnome-f5b6fbe1b70fe297f39bcc769228861cde6136ec.tar.gz
freebsd-ports-gnome-f5b6fbe1b70fe297f39bcc769228861cde6136ec.tar.zst
freebsd-ports-gnome-f5b6fbe1b70fe297f39bcc769228861cde6136ec.zip
Deploy USE_GNOMENG infrastructure
PR: 42311 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/dfm/Makefile3
-rw-r--r--x11-fm/endeavour/Makefile3
-rw-r--r--x11-fm/fsv/Makefile3
-rw-r--r--x11-fm/gentoo/Makefile3
-rw-r--r--x11-fm/mtoolsfm/Makefile3
-rw-r--r--x11-fm/vide/Makefile3
-rw-r--r--x11-fm/workplace/Makefile3
7 files changed, 14 insertions, 7 deletions
diff --git a/x11-fm/dfm/Makefile b/x11-fm/dfm/Makefile
index 5d3519daa472..ef139dc44aea 100644
--- a/x11-fm/dfm/Makefile
+++ b/x11-fm/dfm/Makefile
@@ -17,7 +17,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_XPM= yes
-USE_IMLIB= yes
+USE_GNOMENG= yes
+USE_GNOME= imlib
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/x11-fm/endeavour/Makefile b/x11-fm/endeavour/Makefile
index a08a58688a99..a4b1fefe2e78 100644
--- a/x11-fm/endeavour/Makefile
+++ b/x11-fm/endeavour/Makefile
@@ -17,7 +17,8 @@ USE_REINPLACE= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
-USE_IMLIB= yes
+USE_GNOMENG= yes
+USE_GNOME= imlib
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= unix
diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile
index a7bbd3207aa4..473214a8ef2c 100644
--- a/x11-fm/fsv/Makefile
+++ b/x11-fm/fsv/Makefile
@@ -16,7 +16,8 @@ LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
USE_X_PREFIX= yes
USE_MESA= yes
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile
index 67ec09985a61..4f7a43a8247f 100644
--- a/x11-fm/gentoo/Makefile
+++ b/x11-fm/gentoo/Makefile
@@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= obraun@FreeBSD.org
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
USE_REINPLACE= yes
GNU_CONFIGURE= yes
diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile
index f0b336cf9670..2952b655f5fc 100644
--- a/x11-fm/mtoolsfm/Makefile
+++ b/x11-fm/mtoolsfm/Makefile
@@ -18,7 +18,8 @@ RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools
USE_REINPLACE= yes
USE_X_PREFIX= yes
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/x11-fm/vide/Makefile b/x11-fm/vide/Makefile
index 27d3d7594bb2..9e1504d689a7 100644
--- a/x11-fm/vide/Makefile
+++ b/x11-fm/vide/Makefile
@@ -16,7 +16,8 @@ RUN_DEPENDS= vim:${PORTSDIR}/editors/vim5
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOMELIBS= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomelibs
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-DHAVE_SYS_PARAM_H"
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile
index 594e3f8a0004..41ecded0864b 100644
--- a/x11-fm/workplace/Makefile
+++ b/x11-fm/workplace/Makefile
@@ -18,7 +18,8 @@ PATCHFILES= workplace-1.0.a3+tj1.diff.gz
MAINTAINER= trevor@FreeBSD.org
GNU_CONFIGURE= yes
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \
-I${X11BASE}/include/gtk12" \