diff options
Diffstat (limited to 'x11/kdebase4-runtime/Makefile')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index f575bfd..c051b9e 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -3,15 +3,15 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.3 1997/11/03 21:55:35 se Exp $ +# $Id: Makefile,v 1.4 1997/11/05 04:19:59 asami Exp $ # -DISTNAME= kdebase-Beta1-3 -PKGNAME= kdebase-1.3b +DISTNAME= kdebase-Beta2-1 +PKGNAME= kdebase-2.1b CATEGORIES= x11 kde -MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta1/distribution/tgz/source/ \ - ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta1/distribution/tgz/source/ \ - ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta1/distribution/tgz/source/ +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta2/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta2/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta2/distribution/tgz/source/ EXTRACT_SUFX= .src.tgz MAINTAINER= se@freebsd.org @@ -28,9 +28,11 @@ LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \ - "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \ - "--prefix=$(PREFIX)" +#CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ +CONFIGURE_ARGS= "--prefix=$(PREFIX)/kde" \ + "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \ + "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" +CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" WRKSRC= ${WRKDIR}/kdebase |