summaryrefslogtreecommitdiff
path: root/net/kdenetwork2/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1997-11-03 00:39:00 +0000
committerStefan Eßer <se@FreeBSD.org>1997-11-03 00:39:00 +0000
commit96fd8b0e87a475ffb3ff20cf6d79fcdf62c08b6e (patch)
treeceacd0e96ea1b023ab3692ee778bea39ceba9b69 /net/kdenetwork2/Makefile
parentOnly the MIME and UU libraries are required from kdesupport, (diff)
This port provides the KDE Mail and News user agents, which are not yet
fully functional, different from most of the other KDE stuff, but look very promising, already.
Notes
Notes: svn path=/head/; revision=8451
Diffstat (limited to 'net/kdenetwork2/Makefile')
-rw-r--r--net/kdenetwork2/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile
new file mode 100644
index 000000000000..56707fb43912
--- /dev/null
+++ b/net/kdenetwork2/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: kdenetwork
+# Version required: Beta1
+# Date created: 28 October 1997
+# Whom: Stefan Eßer <se@freebsd.org>
+#
+# $Id:$
+#
+
+DISTNAME= kdenetwork-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\\.3[0-9]:${PORTSDIR}/x11/qt \
+ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
+ jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \
+ mimelib\\.1\\.:${PORTSDIR}/x11/kdesupport \
+ uulib\\.0\\.:${PORTSDIR}/x11/kdesupport \
+ kdecore\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \
+ kdeui\\.0\\.1[0-9]:${PORTSDIR}/x11/kdelibs \
+ jscript\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \
+ khtmlw\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \
+ kfm\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \
+ mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \
+ "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \
+ "--prefix=$(PREFIX)" \
+ "--datadir=$(PREFIX)/share/kde"
+
+WRKSRC= ${WRKDIR}/kdenetwork
+
+.include <bsd.port.mk>