summaryrefslogtreecommitdiff
path: root/x11/kdelibs2/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1999-02-06 23:22:08 +0000
committerStefan Eßer <se@FreeBSD.org>1999-02-06 23:22:08 +0000
commit523f3928b7a894041a54b2fa3b87369e60f6b493 (patch)
tree45ab78e9e0e52f6d8bf9a3848b86bd45914327b6 /x11/kdelibs2/Makefile
parentUpgrade to 0.48. Bug fixes, support for more cards in brooktree driver. (diff)
Upgrade to KDE-1.1pre2 ...
Notes
Notes: svn path=/head/; revision=16552
Diffstat (limited to 'x11/kdelibs2/Makefile')
-rw-r--r--x11/kdelibs2/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index 284289e073d8..76684678fb13 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -3,28 +3,29 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.24 1999/01/07 00:52:03 se Exp $
+# $Id: Makefile,v 1.25 1999/02/03 11:12:01 asami Exp $
#
-DISTNAME= kdelibs
-PKGNAME= kdelibs-1.1a1
+DISTNAME= kdelibs-1.1pre2
CATEGORIES= x11 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
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
- jpeg.9:${PORTSDIR}/graphics/jpeg
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
+ png.3:${PORTSDIR}/graphics/png \
+ tiff.4:${PORTSDIR}/graphics/tiff34
-USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
+ "--with-extra-includes=${PREFIX}/include" \
"--x-inc=$(X11BASE)/include" \
"--x-lib=$(X11BASE)/lib"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)"
+CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
+USE_GMAKE= yes
.include <bsd.port.pre.mk>