diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /graphics/kdegraphics3/Makefile | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'graphics/kdegraphics3/Makefile')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile deleted file mode 100644 index 112daea8e69c..000000000000 --- a/graphics/kdegraphics3/Makefile +++ /dev/null @@ -1,30 +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.25 1999/02/28 21:32:01 asami Exp $ -# - -DISTNAME= kdegraphics-1.1.1 -CATEGORIES= graphics kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1.1/distribution/tar/generic/source/bz2 - -MAINTAINER= se@freebsd.org - -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> |