mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
763de026f3
I can address some of its issues (should see it marked un-broken in about 3 hours, if they're trivial enough). It took too long to get this update out the door... :-( This is a rather stable version of KDE2. Release is hoped for sometime next month, so I'm going to try to reroll snapshots this weekend. Also decide policy by removing the interactive requirement in qt22's configure script. I don't know why they bothered adding it there.. Bugged by: *many* bug-reports, requests, etc.
44 lines
1.2 KiB
Makefile
44 lines
1.2 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= 20000724A
|
|
CATEGORIES= net news kde
|
|
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
|
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 \
|
|
QwSpriteField.8:${PORTSDIR}/converters/kdesupport2
|
|
|
|
BROKEN= "Does not use current snapshot"
|
|
WRKSRC= ${WRKDIR}/kdenetwork
|
|
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>
|