aboutsummaryrefslogtreecommitdiff
path: root/net/kf5-kholidays/Makefile
blob: 327e8fd403e9d1019585cb90874a026343102264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	kholidays
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	net kde kde-frameworks

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

LICENSE=	LGPL21

USES=		cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE=	ecm emoticons kdelibs4support init itemmodels itemviews
USE_QT5=	core gui qml buildtools_build qmake_build
USE_LDCONFIG=	yes

.include <bsd.port.mk>