aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-baseapps/Makefile
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1999-02-07 07:22:08 +0800
committerse <se@FreeBSD.org>1999-02-07 07:22:08 +0800
commit313c16513206a6a2ea5ea3507a63bf3cdf204f3b (patch)
tree06bc4bd8ad9330dcc39ca92fe084376b9e775f1d /x11/kde4-baseapps/Makefile
parentf57f53db4e2809d5f748384399d90be46008e39f (diff)
downloadfreebsd-ports-gnome-313c16513206a6a2ea5ea3507a63bf3cdf204f3b.tar.gz
freebsd-ports-gnome-313c16513206a6a2ea5ea3507a63bf3cdf204f3b.tar.zst
freebsd-ports-gnome-313c16513206a6a2ea5ea3507a63bf3cdf204f3b.zip
Upgrade to KDE-1.1pre2 ...
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r--x11/kde4-baseapps/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
index 40e9178e58f4..e3bec751f201 100644
--- a/x11/kde4-baseapps/Makefile
+++ b/x11/kde4-baseapps/Makefile
@@ -3,15 +3,13 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.26 1999/01/21 08:15:38 asami Exp $
+# $Id: Makefile,v 1.27 1999/02/03 11:12:00 asami Exp $
#
-DISTNAME= kdebase
-PKGNAME= kdebase-1.1a1
+DISTNAME= kdebase-1.1pre2
CATEGORIES= misc kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1pre1/distribution/tar/generic/source
-EXTRACT_SUFX= -1.1-alpha1.src.tar.bz2
+MASTER_SITE_SUBDIR= stable/1.1pre2/distribution/tar/generic/source
MAINTAINER= se@freebsd.org
@@ -20,13 +18,14 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
kdecore.2:${PORTSDIR}/x11/kdelibs11 \
Xpm.4:${PORTSDIR}/graphics/xpm
-USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
+USE_GMAKE= yes
MAKE_ENV= RM=${RM}
+CFLAGS+= "-I$(PREFIX)/include"
.include <bsd.port.mk>