1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/editors/kate/Makefile
Max Brazhnikov 65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
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.
2014-04-03 09:49:10 +00:00

26 lines
636 B
Makefile

# Created by: fluffy@
# $FreeBSD$
PORTNAME= kate
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= editors kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Basic editor framework for the KDE system
LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson
USE_KDE4= kdelibs kdeprefix kdehier automoc4 kactivities
USES= cmake:outsource gettext perl5 tar:xz
USE_PERL5= build
USE_QT4= dbus gui script sql webkit xml \
moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
# editors/kate-plugin-pate installs pate
CMAKE_ARGS+= -DBUILD_pate=off
.include <bsd.port.mk>