summaryrefslogtreecommitdiff
path: root/converters/kdesupport11/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1997-11-03 00:36:02 +0000
committerStefan Eßer <se@FreeBSD.org>1997-11-03 00:36:02 +0000
commit82053c5a0ea1d0f191a2427f14205169b41bfb09 (patch)
tree8446d3f48cdac0a551635b7a503f2b56354da677 /converters/kdesupport11/Makefile
parentAdd BUILD_DEPENDS on moc pre-processor. (diff)
Only the MIME and UU libraries are required from kdesupport,
since libjpeg, libgif etc. exist as individual ports already. This port is required as a pre-requisite to kdenetwork.
Notes
Notes: svn path=/head/; revision=8450
Diffstat (limited to 'converters/kdesupport11/Makefile')
-rw-r--r--converters/kdesupport11/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile
new file mode 100644
index 000000000000..28293f1b2437
--- /dev/null
+++ b/converters/kdesupport11/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: kdesupport
+# Version required: Beta1
+# Date created: 28 October 1997
+# Whom: Stefan Eßer <se@freebsd.org>
+#
+# $Id:$
+#
+
+DISTNAME= kdesupport-Beta1-2
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta1/distribution/tgz/source/ \
+ ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta1/distribution/tgz/source/ \
+ ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta1/distribution/tgz/source/
+EXTRACT_SUFX= .src.tgz
+
+MAINTAINER= se@freebsd.org
+
+BUILD_DEPENDS= ${X11BASE}/bin/moc:${PORTSDIR}/x11/qt
+LIB_DEPENDS= qt\\.1\\.[0-9]:${PORTSDIR}/x11/qt
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
+ "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \
+ "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \
+ "--datadir=$(PREFIX)/share/kde" \
+ "--without-gnu-ld" \
+ "--without-libjpeg" \
+ "--without-libgif" \
+ "--without-libgdbm"
+
+WRKSRC= ${WRKDIR}/kdesupport
+
+.include <bsd.port.mk>