aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm2
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-04-25 14:56:01 +0800
committerpetef <petef@FreeBSD.org>2002-04-25 14:56:01 +0800
commit403674e280d23728225589a9cfa7a1a112273b5f (patch)
tree07d092a31890e9818dbf983ef3f3256e426618b3 /x11-wm/fvwm2
parentab16d90f1970a5f163959a7275c2d8d7d5ed32dc (diff)
downloadfreebsd-ports-gnome-403674e280d23728225589a9cfa7a1a112273b5f.tar.gz
freebsd-ports-gnome-403674e280d23728225589a9cfa7a1a112273b5f.tar.zst
freebsd-ports-gnome-403674e280d23728225589a9cfa7a1a112273b5f.zip
Add some more config knobs.
PR: 37014 Submitted by: parv <parv@pair.com>
Diffstat (limited to 'x11-wm/fvwm2')
-rw-r--r--x11-wm/fvwm2/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index e0b523991a59..72e59ee515c1 100644
--- a/x11-wm/fvwm2/Makefile
+++ b/x11-wm/fvwm2/Makefile
@@ -36,6 +36,14 @@ CONFIGURE_ARGS+= --with-stroke --with-stroke-library=${LOCALBASE}/lib \
--with-stroke-includes=${LOCALBASE}/include
.endif
+.if defined(WITHOUT_SESSION_MGMT)
+CONFIGURE_ARGS+= --disable-sm
+.endif
+
+.if defined(WITHOUT_SHAPE)
+CONFIGURE_ARGS+= --disable-shape
+.endif
+
PLIST_SUB+= FVWM_VERSION="${PORTVERSION}"
.include <bsd.port.pre.mk>
@@ -44,7 +52,7 @@ PLIST_SUB+= FVWM_VERSION="${PORTVERSION}"
USE_GNOME= yes
PLIST_SUB+= GNOMEDATADIR="share/gnome/fvwm"
.else
-CONFIGURE_ARGS+= --without-gnome
+CONFIGURE_ARGS+= --without-gnome --disable-gnome-hints
PLIST_SUB+= GNOMEDATADIR="share/fvwm"
.endif