aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/alloywm
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-02 09:30:26 +0800
committerlioux <lioux@FreeBSD.org>2002-09-02 09:30:26 +0800
commit2f3818b7d277c1201084a6fbfc0030994018d162 (patch)
tree862b81bc8d76b25f3feb3c37389d729125d4e13f /x11-wm/alloywm
parent7b440318c026f6439da1a9df5d1d3b95169c8a0d (diff)
downloadfreebsd-ports-gnome-2f3818b7d277c1201084a6fbfc0030994018d162.tar.gz
freebsd-ports-gnome-2f3818b7d277c1201084a6fbfc0030994018d162.tar.zst
freebsd-ports-gnome-2f3818b7d277c1201084a6fbfc0030994018d162.zip
Deploy USE_GNOMENG infrastructure
PR: 42305 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-wm/alloywm')
-rw-r--r--x11-wm/alloywm/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/alloywm/Makefile b/x11-wm/alloywm/Makefile
index 1c9e81a3a1cc..01f850e8bd85 100644
--- a/x11-wm/alloywm/Makefile
+++ b/x11-wm/alloywm/Makefile
@@ -16,7 +16,8 @@ HAS_CONFIGURE= yes
PLIST= ${WRKDIR}/pkg-plist
USE_GMAKE= yes
USE_X_PREFIX= yes
-WANT_GTK= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
SCRIPTS= ${WRKSRC}/scriptdir
pre-configure:
@@ -27,7 +28,7 @@ pre-configure:
${CHMOD} +x ${WRKSRC}/configure
do-build:
- cd ${WRKSRC}/goodies && gmake
+ cd ${WRKSRC}/goodies && ${GMAKE}
.for ii in client events main misc new screen widgets
cd ${WRKSRC}/src && ${CC} -c ${CFLAGS} -I${X11BASE}/include \
${ii}.c
@@ -52,7 +53,8 @@ do-install:
-exec ${INSTALL_PROGRAM} {} ${PREFIX}/bin \;
.include <bsd.port.pre.mk>
-.if defined(HAVE_GTK)
-USE_GTK=yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
.endif
.include <bsd.port.post.mk>