aboutsummaryrefslogtreecommitdiff
path: root/www/kdewebdev4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/kdewebdev4/Makefile')
-rw-r--r--www/kdewebdev4/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile
deleted file mode 100644
index f81aa6b56a28..000000000000
--- a/www/kdewebdev4/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: Quanta+
-# Date created: 26 Sep 2002
-# Whom: AlanE <alane@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdewebdev
-PORTVERSION= ${KDE_VERSION}
-PORTEPOCH= 2
-CATEGORIES= www kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
-DIST_SUBDIR= KDE
-
-MAINTAINER= kde@freebsd.org
-COMMENT= Comprehensive html/website development environment
-
-BUILD_DEPENDS= cvsservice:${PORTSDIR}/devel/kdesdk3 \
- xgettext:${PORTSDIR}/devel/gettext
-RUN_DEPENDS= tidy:${PORTSDIR}/www/tidy
-
-USE_KDELIBS_VER=3
-PREFIX= ${KDE_PREFIX}
-
-USE_BZIP2= yes
-USE_XPM= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-
-.include <${.CURDIR}/../../x11/kde3/Makefile.kde>
-.include <bsd.port.mk>