summaryrefslogtreecommitdiff
path: root/editors/kate/Makefile
blob: 878d173055bbb857d5ee17c85a99346a78dfb219 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: fluffy@
# $FreeBSD$

PORTNAME=	kate
PORTVERSION=	${KDE4_VERSION}
PORTREVISION=	3
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>