summaryrefslogtreecommitdiff
path: root/misc/kde3-i18n-nl/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /misc/kde3-i18n-nl/Makefile
parentRemove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff)
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Notes
Notes: svn path=/head/; revision=323748
Diffstat (limited to 'misc/kde3-i18n-nl/Makefile')
-rw-r--r--misc/kde3-i18n-nl/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/misc/kde3-i18n-nl/Makefile b/misc/kde3-i18n-nl/Makefile
deleted file mode 100644
index 9fdb243fe40b..000000000000
--- a/misc/kde3-i18n-nl/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: kde3-i18n-nl
-# Date created: 05 April 2002
-# Whom: Lauri Watts <lauri@kde.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kde-i18n
-PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 5
-CATEGORIES?= misc kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n
-PKGNAMEPREFIX= nl-
-DIST_SUBDIR= KDE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Dutch messages and documentation for KDE3
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-USE_KDELIBS_VER=3
-USE_BZIP2= yes
-USE_GMAKE= yes
-USES= gettext:build
-GNU_CONFIGURE= yes
-KDE_I18N= yes
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-
-.include <bsd.port.mk>