freebsd-ports/astro/marble-kde4/Makefile
Adriaan de Groot bcd99d9283 Deprecate KDE4 software, categories a-c.
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.

Not marked deprecated: audio/kid3-kde4, that's not ours, and it
supports Qt5 and KF5 as well despite its name.
2018-08-30 12:24:47 +00:00

39 lines
972 B
Makefile

# $FreeBSD$
PORTNAME= marble
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 5
CATEGORIES= astro kde kde-kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= Virtual globe and world atlas for KDE
LIB_DEPENDS= libquazip.so:archivers/quazip@qt4
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
USES= cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
USE_KDE= kdelibs automoc4
USE_QT= corelib dbus declarative designer_build gui network phonon \
qtestlib script sql svg webkit xml \
qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
CMAKE_ARGS= -DMOBILE:BOOL=FALSE
OPTIONS_DEFINE= GPS
OPTIONS_DEFAULT= GPS
OPTIONS_SUB= yes
GPS_DESC= Support for GPS position provider
GPS_LIB_DEPENDS= libgps.so:astro/gpsd
GPS_CMAKE_OFF= -DWITH_libgps:BOOL=FALSE
# pre-configure:
# # Prevent updating MIME during build.
# ${REINPLACE_CMD} -e '/update_xdg_mimetypes/ d' \
# ${PATCH_WRKSRC}/data/CMakeLists.txt
.include <bsd.port.mk>