summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics11/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 /graphics/kdegraphics11/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 'graphics/kdegraphics11/Makefile')
-rw-r--r--graphics/kdegraphics11/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile
index 486b41b93599..18e1897003d3 100644
--- a/graphics/kdegraphics11/Makefile
+++ b/graphics/kdegraphics11/Makefile
@@ -3,15 +3,13 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.19 1999/01/11 02:13:24 asami Exp $
+# $Id: Makefile,v 1.20 1999/02/03 11:11:47 asami Exp $
#
-DISTNAME= kdegraphics
-PKGNAME= kdegraphics-1.1a1
+DISTNAME= kdegraphics-1.1pre2
CATEGORIES= graphics 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.2pre1/distribution/tar/generic/source
MAINTAINER= se@freebsd.org
@@ -19,15 +17,13 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore.2:${PORTSDIR}/x11/kdelibs11
-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"
-
+CFLAGS+= "-I${PREFIX}/include"
USE_GMAKE= yes
.include <bsd.port.mk>