aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/sawfish2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/sawfish2/Makefile')
-rw-r--r--x11-wm/sawfish2/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile
index db5d2332df0..c251945e64a 100644
--- a/x11-wm/sawfish2/Makefile
+++ b/x11-wm/sawfish2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sawfish
-PORTVERSION= 0.28.1
+PORTVERSION= 0.29
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sawmill
@@ -34,18 +34,16 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
--datadir=${PREFIX}/share --with-readline
.if !defined(NOGNOME)
CONFIGURE_ARGS+= --enable-capplet
+PLIST_SUB+= GNOME:=""
.else
CONFIGURE_ARGS+= --disable-capplet
+PLIST_SUB+= GNOME:="@comment "
.endif
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib -lxpg4"
-.if defined(NOGNOME)
-PLIST= ${PKGDIR}/PLIST.nognome
-.endif
-
post-install:
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \