mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
65b2b253dc
KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
28 lines
770 B
Makefile
28 lines
770 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= step
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= science kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE 4 interactive physics simulator
|
|
|
|
LIB_DEPENDS= libqalculate.so:${PORTSDIR}/math/libqalculate \
|
|
libgsl.so:${PORTSDIR}/math/gsl
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
|
USES= cmake:outsource tar:xz
|
|
USE_QT4= 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>
|