blob: facf396a253cc979d01a5c9afc3302b608f03cb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.10 2018/01/27 03:32:16 markd Exp $
DISTNAME= attica-${KF5VER}
PKGNAME= ${DISTNAME:S/-/-qt5-/}
PKGREVISION= 2
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
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg
CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/attica.categories \
${PKG_SYSCONFDIR}/xdg/attica.categories
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|