27 lines
810 B
Makefile
27 lines
810 B
Makefile
# $NetBSD: Makefile,v 1.17 2018/07/20 03:33:52 ryoon Exp $
|
|
|
|
DISTNAME= attica-${KF5VER}
|
|
PKGNAME= ${DISTNAME:S/-/-qt5-/}
|
|
PKGREVISION= 1
|
|
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/kde/kf5.mk"
|
|
|
|
PKGCONFIG_OVERRIDE+= src/cmake/libKF5Attica.pc.cmake
|
|
|
|
SUBST_CLASSES+= xdg
|
|
SUBST_STAGE.xdg= pre-configure
|
|
SUBST_MESSAGE.xdg= Install via examples dir.
|
|
SUBST_FILES.xdg= CMakeLists.txt
|
|
SUBST_SED.xdg= -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:'
|
|
|
|
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"
|