diff options
Diffstat (limited to 'games/kdegames3/Makefile')
-rw-r--r-- | games/kdegames3/Makefile | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index 630a884060b8..e504471cfc90 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -1,29 +1,28 @@ -# New ports collection makefile for: kdegames -# Date created: 28 October 1997 -# Whom: Stefan Eßer <se@freebsd.org> +# 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= 1.1.2 +PORTVERSION= 1.90 CATEGORIES= games kde MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 +MASTER_SITE_SUBDIR= unstable/distribution/tar/src -MAINTAINER= se@freebsd.org +MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.3:${PORTSDIR}/x11/kdelibs11 \ - QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 +LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 +MOC?= ${X11BASE}/bin/moc2 USE_BZIP2= yes -USE_QT= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" +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}" USE_GMAKE= yes -CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" - .include <bsd.port.mk> |