summaryrefslogtreecommitdiff
path: root/meta-pkgs/xfce4/Makefile.common
diff options
context:
space:
mode:
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"