freebsd-ports/editors/kate/Makefile
Thomas Zander b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00

24 lines
552 B
Makefile

# Created by: fluffy@
# $FreeBSD$
PORTNAME= kate
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 2
CATEGORIES= editors kde kde-kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= Basic editor framework for the KDE system
LIB_DEPENDS= libqjson.so:devel/qjson
USES= cmake:outsource gettext kde:4 perl5 tar:xz
USE_KDE= kdelibs automoc4 kactivities
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>