1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11/yakuake-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

30 lines
697 B
Makefile

# Created by: Shane Bell <decept0@gmail.com>
# $FreeBSD$
PORTNAME= yakuake
PORTVERSION= 2.9.9
PORTREVISION= 10
CATEGORIES= x11 kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
PKGNAMESUFFIX= -kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= Drop-down terminal emulator for KDE
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
RUN_DEPENDS= konsole:x11/konsole-kde4
USES= cmake gettext kde:4 qt:4 shebangfix tar:xz
SHEBANG_FILES= data/updaters/yakuake-${PORTVERSION}-startupnotification.pl
USE_KDE= automoc4 kdelibs
USE_QT= qmake_build moc_build rcc_build uic_build
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>