mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +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.
22 lines
549 B
Makefile
22 lines
549 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rocs
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= math kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Graph theory IDE
|
|
|
|
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
|
libgrantlee_gui.so:${PORTSDIR}/devel/grantlee
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
|
USES= cmake:outsource tar:xz
|
|
USE_QT4= gui qtestlib script scripttools webkit xml \
|
|
moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|