508923f461
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
26 lines
652 B
Makefile
26 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.19 2020/01/18 23:30:31 rillig Exp $
|
|
|
|
DISTNAME= libkgapi-2.2.0
|
|
PKGREVISION= 17
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=libkgapi/2.2.0/src/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.kde.org/
|
|
COMMENT= KDE-based library for accessing various Google services
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
|
|
.include "../../devel/qjson/buildlink3.mk"
|
|
.include "../../misc/kdepimlibs4/buildlink3.mk"
|
|
.include "../../x11/kdelibs4/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|