- There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751
17 lines
431 B
Makefile
17 lines
431 B
Makefile
# $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 qt:5 tar:xz
|
|
USE_KDE= ecm emoticons kdelibs4support init itemmodels itemviews
|
|
USE_QT= core declarative gui buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|