mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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.
35 lines
941 B
Makefile
35 lines
941 B
Makefile
# New ports collection makefile for: kdegames2
|
|
# Date created: Sun 14 May 2000 02:47:57
|
|
# Whom: Will Andrews <will@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdegames
|
|
PORTVERSION= 20000829A
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= http://www.physics.purdue.edu/~will/
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
|
|
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
|
kdecore.4:${PORTSDIR}/x11/kdelibs2
|
|
|
|
MOC?= ${X11BASE}/bin/moc2
|
|
USE_BZIP2= yes
|
|
USE_NEWGCC= 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+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
|
LIBS="-Wl,-export-dynamic -L${X11BASE}/lib -lqt2 -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \
|
|
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
|
|
USE_GMAKE= yes
|
|
|
|
pre-install:
|
|
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
|
|
|
.include <bsd.port.mk>
|