summaryrefslogtreecommitdiff
path: root/x11/xfce4-exo/Makefile
diff options
context:
space:
mode:
authormartti <martti>2007-04-12 09:50:50 +0000
committermartti <martti>2007-04-12 09:50:50 +0000
commit3f7cc5b4754fa005039d72d2878f4d09593a8996 (patch)
treea5f045ceaea7ebbe84f4e00dd9a95764a25fab59 /x11/xfce4-exo/Makefile
parentde204bced40da68b15a309e4f8e60a75079d9bf4 (diff)
downloadpkgsrc-3f7cc5b4754fa005039d72d2878f4d09593a8996.tar.gz
The Xfce extension library is targeted at application development.
Diffstat (limited to 'x11/xfce4-exo/Makefile')
-rw-r--r--x11/xfce4-exo/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xfce4-exo/Makefile b/x11/xfce4-exo/Makefile
new file mode 100644
index 00000000000..f2898db946a
--- /dev/null
+++ b/x11/xfce4-exo/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 09:50:50 martti Exp $
+
+.include "../../meta-pkgs/xfce4/Makefile.common"
+
+XFCE4_VERSION= 0.3.2
+
+DISTNAME= exo-${XFCE4_VERSION}
+PKGNAME= xfce4-exo-${XFCE4_VERSION}
+CATEGORIES= x11
+COMMENT= Xfce extension library
+
+DEPENDS+= p5-URI>=0:../../www/p5-URI
+
+.if !empty(OPSYS:MNetBSD)
+. if exists(/usr/include/mmintrin.h)
+CFLAGS+= -msse
+. endif
+.endif
+
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"