summaryrefslogtreecommitdiff
path: root/wm/fvwm2/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-10-09 12:19:05 +0000
committermartti <martti@pkgsrc.org>2001-10-09 12:19:05 +0000
commitdb9641af778a4f10efef83af2c7d693a451ded38 (patch)
treefb796dbf92203905dfe77692ad53aaa7e7a266ac /wm/fvwm2/Makefile
parent67243a1d4e9e18d49a68a6e1c151f6e119d95cd3 (diff)
downloadpkgsrc-db9641af778a4f10efef83af2c7d693a451ded38.tar.gz
- Updated to version 2.4.3.
- Added FVWM2_USE_GTK and FVWM2_USE_RPLAY for those who want FvwmGtk and audio support. - Removed dependency on imlib until a better PLIST_SUBST is written. Changes in stable 2.4.3 (8-Oct-2001) * Fixed activation of shape extension. * Fixed problems with overriding key bindings. * Single letter key names are allowed in upper and lower case in key bindings as before 2.4.0. * Fixed WindowList placement with Xinerama. * Fixed flickering icon titles. * New X resource fvwmscreen to select the Xinerama screen on which to place new windows. * Coordinates of a window during motion are show relative to the Xinerama screen. * Some icon placement improvements with Xinerama.
Diffstat (limited to 'wm/fvwm2/Makefile')
-rw-r--r--wm/fvwm2/Makefile17
1 files changed, 13 insertions, 4 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile
index 933f492f506..d0f57d98c76 100644
--- a/wm/fvwm2/Makefile
+++ b/wm/fvwm2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/10/01 11:15:16 martti Exp $
+# $NetBSD: Makefile,v 1.9 2001/10/09 12:19:06 martti Exp $
# FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp
#
@@ -18,8 +18,9 @@ DEPENDS+= xpmroot-2.*:../../x11/xpmroot
CONFLICTS= fvwm-2.*
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-FVWM_VER= 2.4.2
+FVWM_VER= 2.4.3
+## USE_BUILDLINK_ONLY= YES
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_GNU_READLINE= YES
@@ -56,8 +57,16 @@ post-install:
${PREFIX}/lib/X11/fvwm2/system.fvwm2rc ; \
fi
+.if defined(FVWM2_USE_GTK) && ${FVWM2_USE_GTK} == "YES"
+.include "../../x11/gtk/buildlink.mk"
+PLIST_SUBST+= GTK=""
+.else
+PLIST_SUBST+= GTK="@comment "
+.endif
+
+.if defined(FVWM2_USE_RPLAY) && ${FVWM2_USE_RPLAY} == "YES"
.include "../../audio/rplay/buildlink.mk"
+.endif
+
.include "../../devel/readline/buildlink.mk"
-.include "../../graphics/imlib/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"