diff options
Diffstat (limited to 'graphics/kdegraphics4/Makefile')
-rw-r--r-- | graphics/kdegraphics4/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile deleted file mode 100644 index 193b12e8e9e0..000000000000 --- a/graphics/kdegraphics4/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: KDE2 Graphics -# Date created: Saturday 2 September 2000 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdegraphics -PORTVERSION= 2.1.1 -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src - -MAINTAINER= will@FreeBSD.org - -BUILD_DEPENDS= dvips:${PORTSDIR}/print/teTeX -RUN_DEPENDS= dvips:${PORTSDIR}/print/teTeX - -USE_KDELIBS_VER=2 -USE_BZIP2= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes - -.include <bsd.port.mk> |