summaryrefslogtreecommitdiff
path: root/x11/kdelibs2/Makefile
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-03-14 15:59:44 +0000
committerskrll <skrll@pkgsrc.org>2001-03-14 15:59:44 +0000
commiteb23105f2fcb670814b7fbb1543623e5ae9f7355 (patch)
tree2ed38031f195364d069e241fae67b4d06802bb4d /x11/kdelibs2/Makefile
parentd5a8322e0f128fb03468aa72c5e30f9d02476d48 (diff)
downloadpkgsrc-eb23105f2fcb670814b7fbb1543623e5ae9f7355.tar.gz
Here goes...
Import of KDE 2.1 kdelibs package.
Diffstat (limited to 'x11/kdelibs2/Makefile')
-rw-r--r--x11/kdelibs2/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
new file mode 100644
index 00000000000..44e8e4a74ac
--- /dev/null
+++ b/x11/kdelibs2/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 15:59:44 skrll Exp $
+#
+
+DISTNAME= kdelibs-2.1
+CATEGORIES= x11 kde
+.include "../../x11/kde2/Makefile.part1"
+COMMENT= Support libraries for the KDE integrated X11 desktop
+
+DEPENDS+= tiff-*:../../graphics/tiff
+DEPENDS+= qt2-libs>=2.2.4:../../x11/qt2-libs
+DEPENDS+= libaudiofile-*:../../audio/libaudiofile
+DEPENDS+= jade>=1.2.1:../../textproc/jade
+
+.include "../../x11/kde2/Makefile.part2"
+
+LTCONFIG_OVERRIDE+= ${WRKSRC}/ksgmltools/ltconfig
+
+CONFIGURE_ENV+= LIBS="-Wl,--export-dynamic"
+
+MKDIRS= share/kde/icons/locolor/32x32/actions/kde \
+ share/kde/icons/locolor/22x22/mimetypes \
+ share/kde/icons/locolor/22x22/filesystems \
+ share/kde/icons/locolor/22x22/actions/kde \
+ share/kde/icons/hicolor/22x22/mimetypes \
+ share/kde/icons/hicolor/22x22/filesystems
+
+post-install:
+ for d in ${MKDIRS}; do \
+ ${INSTALL_DATA_DIR} ${PREFIX}/$$d; \
+ done
+
+.include "../../mk/bsd.pkg.mk"