1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/kdenetwork2/Makefile
Stefan Eßer 96fd8b0e87 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.
1997-11-03 00:39:00 +00:00

40 lines
1.3 KiB
Makefile

# 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>