aboutsummaryrefslogtreecommitdiff
path: root/net/kf5-kholidays/Makefile
blob: 6df42ee7113f15b7a0b5445c3d7f2ffffe16b920 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	kholidays
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
PORTREVISION=	1
CATEGORIES=	net kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KDE library for calendar holidays

LICENSE=	LGPL21

USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE=	emoticons init itemmodels itemviews \
		ecm:build
USE_QT=		core declarative gui network \
		buildtools:build qmake:build
USE_LDCONFIG=	yes

.include <bsd.port.mk>