b7cbbfac1f
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. Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@) Not deprecated, need to contact maintainers: misc/krecipes-kde4 net-im/kmess-kde4 net/smb4k-kde4 textproc/uim-kde4
27 lines
679 B
Makefile
27 lines
679 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= step
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 10
|
|
CATEGORIES= science kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE 4 interactive physics simulator
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
LIB_DEPENDS= libqalculate.so:math/libqalculate \
|
|
libgsl.so:math/gsl
|
|
|
|
USES= cmake:outsource eigen:2 kde:4 pkgconfig qt:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= opengl moc_build qmake_build rcc_build uic_build
|
|
|
|
pre-configure:
|
|
# Avoid building translations, should the user pass
|
|
# CURRENT_LANG to CMake.
|
|
${REINPLACE_CMD} -e '/set(STEP_BUILD_TRANSLATIONS 1)/ d' \
|
|
${WRKSRC}/${PORTNAME}/data/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|