aboutsummaryrefslogtreecommitdiff
path: root/editors/kate-plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/kate-plugins/Makefile')
-rw-r--r--editors/kate-plugins/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/editors/kate-plugins/Makefile b/editors/kate-plugins/Makefile
deleted file mode 100644
index e68ffb3a9ef7..000000000000
--- a/editors/kate-plugins/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: kdeaddons-kate-plugins
-# Date created: 11 Feb 2004 19:51:40
-# Whom: Michael Nottebrock <lofi@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ${KATEPLUGINS_PORTNAME}
-PORTVERSION= ${KATEPLUGINS_PORTVERSION}
-PORTREVISION= ${KATEPLUGINS_PORTREVISION}
-CATEGORIES= editors kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
-DIST_SUBDIR= KDE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Additional plugins and features for kate
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-KDE_SPLIT= kate
-KDE_DOC_SPLIT= kate-plugins
-USE_KDEBASE_VER=3
-USE_KDELIBS_VER=3
-
-USE_BZIP2= yes
-PREFIX= ${KDE_PREFIX}
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-
-USE_LDCONFIG= yes
-
-PLIST_SUB+= KDE_VER="${KDE_VERSION}"
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
-.include <bsd.port.mk>