summaryrefslogtreecommitdiff
path: root/x11/xfce/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-10-15 02:38:59 +0000
committerjlam <jlam@pkgsrc.org>2000-10-15 02:38:59 +0000
commit285c50a0efab555e2596d017206f6147be3c2cae (patch)
tree836ea249c2388c0522834c0c9683c3fe27770b5c /x11/xfce/Makefile
parent2c888e5302de2fbbd3d07a028b88a58c76563c5f (diff)
downloadpkgsrc-285c50a0efab555e2596d017206f6147be3c2cae.tar.gz
Update xfce to 3.5.2. Changes from version 3.3.1 include bug fixes and many
interface and usability enhancements.
Diffstat (limited to 'x11/xfce/Makefile')
-rw-r--r--x11/xfce/Makefile61
1 files changed, 36 insertions, 25 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile
index 56238538b4b..1994a1b976e 100644
--- a/x11/xfce/Makefile
+++ b/x11/xfce/Makefile
@@ -1,27 +1,38 @@
-# $NetBSD: Makefile,v 1.12 2000/08/23 23:14:35 tron Exp $
-
-DISTNAME= xfce-3.3.1
-CATEGORIES= x11
-MASTER_SITES= http://www.xfce.org/archive/
-
-MAINTAINER= jwise@netbsd.org
-HOMEPAGE= http://www.xfce.org/
-
-DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
-DEPENDS+= gtk+-1.2.*:../../x11/gtk
-DEPENDS+= imlib-1.9.*:../../graphics/imlib
-
-USE_X11= YES
-USE_XPM= YES
-USE_X11BASE= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ENV+= XFCE_LOCALE_DIR=${PREFIX}/share/locale
-
-EVAL_PREFIX+= IMLIBDIR=imlib XPMDIR=xpm
-CONFIGURE_ARGS+=--without-included-gettext \
- --datadir=${PREFIX}/share \
- --with-imlib=${IMLIBDIR} \
- --with-xpm=${XPMDIR}
-USE_GMAKE= YES
+# $NetBSD: Makefile,v 1.13 2000/10/15 02:38:59 jlam Exp $
+
+DISTNAME= xfce-3.5.2
+CATEGORIES= x11
+MASTER_SITES= http://www.xfce.org/archive/
+
+MAINTAINER= jwise@netbsd.org
+HOMEPAGE= http://www.xfce.org/
+
+DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
+DEPENDS+= imlib-1.9.*:../../graphics/imlib
+
+USE_X11= # defined
+USE_XPM= # defined
+USE_X11BASE= # defined
+
+USE_LIBTOOL= # defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+USE_GMAKE= # defined
+GNU_CONFIGURE= # defined
+
+EVAL_PREFIX+= IMLIBDIR=imlib
+CONFIGURE_ARGS+= --without-included-gettext
+CONFIGURE_ARGS+= --datadir=${PREFIX}/share
+CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc
+CONFIGURE_ARGS+= --enable-imlib=${IMLIBDIR}
+
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+# work around bug in configure script
+CONFIGURE_ENV+= gt_cv_func_gettext_libintl="yes"
+
+CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
+CPPFLAGS+= -I${X11BASE}/include # dependent includes for xpm.h
.include "../../mk/bsd.pkg.mk"