freebsd-ports/net/kdenetwork3/Makefile
Will Andrews b9fa1c08fd Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutils
dependencies to kde2, and add koffice to kde2, because it's part of the
2.0 release.  Fix my bogon in forgetting to remove obsolete qt22 patches.

The current state of the ports as far as building and installing is quite
good, but I expect minor problems with PLISTs other than for the ones I've
fixed here.  I'm going to let bento figure it out.  :-)

Please, test these ports and report bugs to submit@bugs.kde.org, and send
me problems with the ports themselves.  I've found that KDE2 seems to have
stabilized significantly since the last snapshot.

And now, I am removing the last patch remaining in the KDE2 ports, except
for the QT 2.2 snapshot.
2000-08-30 03:50:06 +00:00

40 lines
1.1 KiB
Makefile

# New ports collection makefile for: kdenetwork2
# Date created: Sun May 14 00:55:45
# Whom: Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kdenetwork
PORTVERSION= 20000829A
CATEGORIES= net news kde
MASTER_SITES= http://www.physics.purdue.edu/~will/
MASTER_SITE_SUBDIR= will
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \
qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
kdecore.4:${PORTSDIR}/x11/kdelibs2
MOC?= ${X11BASE}/bin/moc2
USE_BZIP2= yes
USE_NEWGCC= yes
INSTALLS_SHLIB= yes
USE_AUTOCONF= yes
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib \
--with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -D_XOPEN_UNIX" \
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
USE_GMAKE= yes
pre-configure:
${PERL} -pi -e "s:-lpthread:-pthread:g" ${WRKSRC}/knode/Makefile.in
pre-install:
@(find ${WRKSRC} -name CVS | xargs rm -rf)
.include <bsd.port.mk>