1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/x11/libkonq-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
677 B
Makefile

# $FreeBSD$
PORTNAME= libkonq
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 6
CATEGORIES= x11 kde kde-kde4
DISTNAME= kde-baseapps-${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Core library for Konqueror
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
LIB_DEPENDS= libphonon.so:multimedia/phonon@qt4
USES= cmake:outsource kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4 soprano
USE_QT= corelib dbus gui network svg xml \
moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
USE_XORG= x11
DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde-baseapps-kde4/distinfo
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/lib/konq
INSTALL_WRKSRC= ${BUILD_WRKSRC}
.include <bsd.port.mk>