summaryrefslogtreecommitdiff
path: root/devel/cervisia/Makefile
blob: 5691a815de285446787f5b64ca0db8823b451c02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	cervisia
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	devel kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	CVS Frontend for KDE

USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
USE_KDE=	dbusaddons doctools ecm iconthemes init itemviews kdesu \
		notifications parts widgetsaddons
USE_QT=		core dbus gui widgets \
		buildtools_build qmake_build

.include <bsd.port.mk>