1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/misc/kdeaddons3/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

47 lines
1.3 KiB
Makefile

# New ports collection makefile for: addons for kde
# Date created: 7 August 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdeaddons
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 5
CATEGORIES?= misc kde
MASTER_SITES= # none
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER?= ports@FreeBSD.org
COMMENT= Additional plugins and scripts for some KDE applications
RUN_DEPENDS= ${ATLANTIKDESIGNER_DEP}:${PORTSDIR}/games/atlantikdesigner \
${KADDRESSBOOKPLUG_DEP}:${PORTSDIR}/misc/kaddressbook-plugins \
${KATEPLUGINS_DEP}:${PORTSDIR}/editors/kate-plugins \
${KFILEPLUGINS_DEP}:${PORTSDIR}/misc/kfile-plugins \
${KICKERAPPLETS_DEP}:${PORTSDIR}/misc/kicker-applets \
${KNEWSTICKERAPP_DEP}:${PORTSDIR}/misc/knewsticker-scripts \
${KONQPLUGINS_DEP}:${PORTSDIR}/misc/konq-plugins \
${KSIG_DEP}:${PORTSDIR}/misc/ksig \
${NOATUNPLUG_DEP}:${PORTSDIR}/multimedia/noatun-plugins \
${RENAMEDLGPLUG_DEP}:${PORTSDIR}/misc/renamedlgplugins
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
NO_BUILD= yes
USE_KDELIBS_VER=3
_NO_KDE_FIXPTHREAD=yes
.if make(package)
DEPENDS_TARGET="package"
.endif # .if make(package)
do-install: # empty
${DO_NADA}
.include "${.CURDIR}/Makefile.split"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>