summaryrefslogtreecommitdiff
path: root/x11/libxfce4menu/Makefile
diff options
context:
space:
mode:
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"