freebsd-ports/x11-clocks/kdetoys-kde4/Makefile
Adriaan de Groot c42e232ec2 Deprecate KDE4 software, categories www-x11-themes
This is the last bit.

The last upstream release supporting KDE4 was 10 months ago,
  https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e.  KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.
2018-08-30 18:40:36 +00:00

29 lines
738 B
Makefile

# $FreeBSD$
PORTNAME= kdetoys
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 3
CATEGORIES= x11-clocks kde
PKGNAMESUFFIX= -kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE miscellaneous applications (meta port)
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
USES= kde:4 metaport
OPTIONS_DEFINE= AMOR KTEATIME KTUX
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
AMOR_DESC= Small animation which sits on top of active window
AMOR_RUN_DEPENDS= ${KDE_PREFIX}/bin/amor:x11-clocks/amor-kde4
KTEATIME_DESC= Handy timer for steeping tea
KTEATIME_RUN_DEPENDS= ${KDE_PREFIX}/bin/kteatime:x11-clocks/kteatime-kde4
KTUX_DESC= Tux-in-a-Spaceship screen saver
KTUX_RUN_DEPENDS= ${KDE_PREFIX}/bin/ktux:x11-clocks/ktux-kde4
.include <bsd.port.mk>