summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics4/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
commitce5da22b7076167a515a6a0b602b22b67022e5ff (patch)
tree2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /graphics/kdegraphics4/Makefile
parentYipes, committed the wrong one. This is the INDEX file for 3.1R. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes: svn path=/head/; revision=16726 svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'graphics/kdegraphics4/Makefile')
-rw-r--r--graphics/kdegraphics4/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
deleted file mode 100644
index 6af4ca45f012..000000000000
--- a/graphics/kdegraphics4/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: kdegraphics
-# Version required: Beta1
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
-#
-# $Id: Makefile,v 1.22 1999/02/08 22:25:48 se Exp $
-#
-
-DISTNAME= kdegraphics-1.1
-CATEGORIES= graphics kde
-MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1/distribution/tar/generic/source
-
-MAINTAINER= se@freebsd.org
-
-LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.2:${PORTSDIR}/x11/kdelibs11
-
-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>