mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
183f2a3017
to the final release of KDE 2.0. Kevin Lo <kevlo@FreeBSD.org> will continue as the new maintainer. He has commit privileges on the KDE tree, making him an excellent candidate for this job. I'll be behind the scenes for awhile, since there are some structural changes I'd like to make but I'd rather have Kevin do the work. Please, people, direct your patches at Kevin and watch his "freetime deprivation process" _really_ start. :-P
37 lines
1003 B
Makefile
37 lines
1003 B
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= 2.0
|
|
CATEGORIES= net news kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
|
|
LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \
|
|
kdecore.4:${PORTSDIR}/x11/kdelibs2
|
|
|
|
USE_QT2= yes
|
|
MOC?= ${X11BASE}/bin/moc2
|
|
USE_BZIP2= 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 -D_XOPEN_UNIX" \
|
|
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
|
|
USE_GMAKE= yes
|
|
|
|
pre-configure:
|
|
${PERL} -pi -e "s:-lpthread:-pthread:g" ${WRKSRC}/knode/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|