summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm2
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-04-25 06:56:01 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-04-25 06:56:01 +0000
commite3ab3cf61067676a4804cde27dc1dd69654a503e (patch)
treed2fe593d656958cf0e701de5b7fb3f91d7fc69a5 /x11-wm/fvwm2
parentUpdate to 0.4. (diff)
Add some more config knobs.
PR: 37014 Submitted by: parv <parv@pair.com>
Notes
Notes: svn path=/head/; revision=58101
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