summaryrefslogtreecommitdiff
path: root/meta-pkgs/xfce4/Makefile.common
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-09-26 10:29:52 +0000
committermartti <martti@pkgsrc.org>2003-09-26 10:29:52 +0000
commit9d16c2d9f143c1533d56f782be1dd8e7021079b3 (patch)
tree0efca1a5782b4082a516447e7d3a8bf4ebbf421f /meta-pkgs/xfce4/Makefile.common
parent496adc734de2f314883ce1969de0c919087e91c7 (diff)
downloadpkgsrc-9d16c2d9f143c1533d56f782be1dd8e7021079b3.tar.gz
XFce 4 is the next generation of the popular XFce desktop.
This package does not contain anything by itself -- it is a "meta-package" that depends on other XFce4 packages. Its sole purpose is to require dependencies so users can install this package only and have all the XFce stuff pulled in by the package dependency mechanism.
Diffstat (limited to 'meta-pkgs/xfce4/Makefile.common')
-rw-r--r--meta-pkgs/xfce4/Makefile.common26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common
new file mode 100644
index 00000000000..4cbad835891
--- /dev/null
+++ b/meta-pkgs/xfce4/Makefile.common
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2003/09/26 10:29:52 martti Exp $
+
+MASTER_SITES= http://www.xfce.org/archive/xfce-4.0.0/src/ \
+ http://linux.imp.mx/xfce4/xfce_4.0.0/src/
+
+MAINTAINER= martti@NetBSD.org
+HOMEPAGE= http://www.xfce.org/
+
+XFCE4_VERSION= 4.0.0
+
+USE_BUILDLINK2= # defined
+USE_X11BASE= # defined
+USE_PKGLOCALEDIR= # defined
+
+USE_LIBTOOL= # defined
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+USE_GMAKE= # defined
+GNU_CONFIGURE= # defined
+
+MESSAGE_SRC?= ${.CURDIR}/../../fonts/fontconfig/MESSAGE
+
+PKG_CONFIG_PATH= ${BUILDLINK_DIR}/lib/pkgconfig
+
+.include "../../devel/glib2/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"