summaryrefslogtreecommitdiff
path: root/x11/libxfce4menu/Makefile
diff options
context:
space:
mode:
authorreed <reed>2009-09-16 01:05:31 +0000
committerreed <reed>2009-09-16 01:05:31 +0000
commit26e7736fa0c8a97ba0aa0575a8a9012898c64ba2 (patch)
tree48b7dc3394677699cdd295246e724b9d6bef043c /x11/libxfce4menu/Makefile
parentd4b81e15b591e24288d2d38d0cdda1dc3dea1359 (diff)
downloadpkgsrc-26e7736fa0c8a97ba0aa0575a8a9012898c64ba2.tar.gz
Add new package: libxfce4menu
Menu library for Xfce.
Diffstat (limited to 'x11/libxfce4menu/Makefile')
-rw-r--r--x11/libxfce4menu/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/libxfce4menu/Makefile b/x11/libxfce4menu/Makefile
new file mode 100644
index 00000000000..4a9d8f1a247
--- /dev/null
+++ b/x11/libxfce4menu/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/09/16 01:05:31 reed Exp $
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../meta-pkgs/xfce4/Makefile.common"
+
+DISTNAME= libxfce4menu-${XFCE4_VERSION}
+CATEGORIES= x11
+COMMENT= Xfce menu library
+
+PKGCONFIG_OVERRIDE+= libxfce4menu/libxfce4menu-0.1.pc
+
+MAKE_DIRS+= ${PREFIX}/include/xfce4
+
+.include "../../x11/libxfce4util/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"