1997-11-02 11:29:32 +00:00
|
|
|
|
# New ports collection makefile for: kdegames
|
|
|
|
|
# Date created: 28 October 1997
|
|
|
|
|
# Whom: Stefan E<>er <se@freebsd.org>
|
|
|
|
|
#
|
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
|
|
|
|
|
PORTVERSION= 1.1.2
|
1997-11-05 04:20:23 +00:00
|
|
|
|
CATEGORIES= games kde
|
1998-03-06 19:52:23 +00:00
|
|
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
1999-09-18 09:02:12 +00:00
|
|
|
|
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
|
1997-11-02 11:29:32 +00:00
|
|
|
|
|
2000-05-17 11:37:43 +00:00
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
1997-11-02 11:29:32 +00:00
|
|
|
|
|
2000-10-23 15:24:23 +00:00
|
|
|
|
BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
2000-02-15 13:45:23 +00:00
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2000-02-24 07:01:14 +00:00
|
|
|
|
kdecore.3:${PORTSDIR}/x11/kdelibs11 \
|
|
|
|
|
QwSpriteField.7:${PORTSDIR}/converters/kdesupport11
|
1999-01-07 00:52:05 +00:00
|
|
|
|
|
1999-02-28 21:32:01 +00:00
|
|
|
|
USE_BZIP2= yes
|
1998-08-12 06:29:36 +00:00
|
|
|
|
USE_QT= yes
|
2000-10-23 15:24:23 +00:00
|
|
|
|
GNU_CONFIGURE= yes
|
1999-02-06 23:22:08 +00:00
|
|
|
|
USE_GMAKE= yes
|
2000-10-23 16:09:07 +00:00
|
|
|
|
CONFIGURE_ARGS= "--with-qt-includes=${QTDIR}/include/X11/qt" \
|
|
|
|
|
"--with-extra-includes=${LOCALBASE}/include" \
|
|
|
|
|
"--with-extra-libs=${LOCALBASE}/lib"
|
|
|
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555" \
|
|
|
|
|
QTDIR=${QTDIR}
|
|
|
|
|
|
|
|
|
|
.if defined(PREFIX)
|
|
|
|
|
QTDIR?= ${PREFIX}
|
|
|
|
|
.else
|
|
|
|
|
QTDIR?= ${X11BASE}
|
|
|
|
|
.endif
|
1997-11-02 11:29:32 +00:00
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|