2000-05-17 07:28:06 +00:00
|
|
|
# New ports collection makefile for: kdegames2
|
|
|
|
# Date created: Sun 14 May 2000 02:47:57
|
|
|
|
# Whom: Will Andrews <will@FreeBSD.org>
|
1997-11-02 11:29:32 +00:00
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1997-11-02 11:29:32 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 06:53:26 +00:00
|
|
|
PORTNAME= kdegames
|
2000-05-17 07:28:06 +00:00
|
|
|
PORTVERSION= 1.90
|
1997-11-05 04:20:23 +00:00
|
|
|
CATEGORIES= games kde
|
1998-03-06 19:52:23 +00:00
|
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
2000-05-17 07:28:06 +00:00
|
|
|
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
1997-11-02 11:29:32 +00:00
|
|
|
|
2000-05-17 07:28:06 +00:00
|
|
|
MAINTAINER= will@FreeBSD.org
|
1997-11-02 11:29:32 +00:00
|
|
|
|
2000-05-17 07:28:06 +00:00
|
|
|
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
1999-01-07 00:52:05 +00:00
|
|
|
|
2000-05-17 07:28:06 +00:00
|
|
|
MOC?= ${X11BASE}/bin/moc2
|
1999-02-28 21:32:01 +00:00
|
|
|
USE_BZIP2= yes
|
2000-05-17 07:28:06 +00:00
|
|
|
USE_QT2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
|
|
|
--with-qt-includes=${X11BASE}/include/qt2 \
|
|
|
|
--with-qt-libraries=${X11BASE}/lib
|
|
|
|
CONFIGURE_ENV+= MOC="${MOC}"
|
1999-02-06 23:22:08 +00:00
|
|
|
USE_GMAKE= yes
|
1998-02-17 07:12:19 +00:00
|
|
|
|
1997-11-02 11:29:32 +00:00
|
|
|
.include <bsd.port.mk>
|