diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-10-23 05:49:02 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-10-23 05:49:02 +0000 |
commit | 05d55a435ef3635a141f1253e501b5e0995c3fe6 (patch) | |
tree | 22c05e4b8738066443b949f8e41578f0def3e084 /x11-wm/xfce | |
parent | 726e349d2e6a82a67ed63c7b093996a52d8a7623 (diff) | |
download | ports-05d55a435ef3635a141f1253e501b5e0995c3fe6.tar.gz ports-05d55a435ef3635a141f1253e501b5e0995c3fe6.zip |
Notes
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/Makefile | 16 | ||||
-rw-r--r-- | x11-wm/xfce/distinfo | 2 |
2 files changed, 15 insertions, 3 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index 88b9834f0efc..a676d013fc4c 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce -PORTVERSION= 3.8.8 +PORTVERSION= 3.8.8b CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -26,6 +26,18 @@ CONFIGURE_ARGS= --with-conf-dir=${PREFIX}/etc/xfce \ --with-xpm=${X11BASE} \ --disable-xinerama +.include <bsd.port.pre.mk> + +.if defined(WITH_XFT) && ${WITH_XFT} == yes +CONFIGURE_ARGS+= --enable-xft +.else +pre-everything:: + @${ECHO_MSG} + @${ECHO_MSG} "If you want to enable anti-aliased font support," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_XFT=yes\"" + @${ECHO_MSG} +.endif + MAN1= glob.1 xfbd.1 xfce.1 xfclock.1 xfglob.1 xfgnome.1 xfhelp.1 \ xflock.1 xfmountdev.1 xfmouse.1 xfpager.1 xfprint.1 xfrun.1 \ xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1 @@ -41,4 +53,4 @@ pre-patch: pre-build: ${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-wm/xfce/distinfo b/x11-wm/xfce/distinfo index 344c4892fc98..18b69d3d140a 100644 --- a/x11-wm/xfce/distinfo +++ b/x11-wm/xfce/distinfo @@ -1 +1 @@ -MD5 (xfce-3.8.8.tar.gz) = 52597778787b1fae9d4178d6de3feef6 +MD5 (xfce-3.8.8b.tar.gz) = 5b3546b169690cbed13d41b7115f9dee |