summaryrefslogtreecommitdiff
path: root/converters/kdesupport2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/kdesupport2/Makefile')
-rw-r--r--converters/kdesupport2/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile
new file mode 100644
index 00000000000..353276be070
--- /dev/null
+++ b/converters/kdesupport2/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 16:09:44 skrll Exp $
+#
+
+DISTNAME= kdesupport-2.1
+CATEGORIES= converters kde
+.include "../../x11/kde2/Makefile.part1"
+COMMENT= Mime support library for the KDE desktop
+
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/audiofile/ltconfig \
+ ${WRKSRC}/admin/ltconfig
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+CONFIGURE_ARGS= "--with-extra-includes=${LOCALBASE}/include" \
+ "--without-libuulib" \
+ "--without-audiofile"
+
+.include "../../mk/bsd.pkg.mk"