pkgsrc/misc/attica-qt5/Makefile
markd 1dd2f6c916 Add KDE Frameworks 5.21.0 packages:
attica-qt5 - Qt5 library that implements the Open Collaboration Services API
kemoticons - Support for emoticons and emoticons themes
kunitconversion - Support for unit conversion
2016-05-26 08:51:12 +00:00

16 lines
459 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/05/26 08:51:12 markd Exp $
DISTNAME= attica-${KF5VER}
PKGNAME= ${DISTNAME:S/-/-qt5-/}
CATEGORIES= misc
HOMEPAGE= https://community.kde.org/Frameworks
COMMENT= Qt5 library that implements the Open Collaboration Services API
LICENSE= gnu-lgpl-v2.1
.include "../../meta-pkgs/kf5/Makefile.common"
PKGCONFIG_OVERRIDE+= src/cmake/libKF5Attica.pc.cmake
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"