69d91989b3
This library provides a C++ API that determines holiday and other special events for a geographical region. ok landry@
17 lines
401 B
Makefile
17 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/04/01 22:50:48 rsadowski Exp $
|
|
|
|
COMMENT = holiday calculation library
|
|
DISTNAME = kholidays-${VERSION}
|
|
|
|
SHARED_LIBS += KF5Holidays 0.0 # 5.43
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Qml m
|
|
|
|
BUILD_DEPENDS = devel/gettext-tools
|
|
LIB_DEPENDS = x11/qt5/qtdeclarative
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
PORTHOME = ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|