summaryrefslogtreecommitdiff
path: root/x11/kdebase3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r--x11/kdebase3/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 40e9178e58f4..e3bec751f201 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/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>