b686dd9180
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.
24 lines
606 B
Makefile
24 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/18 23:32:15 rillig Exp $
|
|
|
|
DISTNAME= libspiro-dist-0.5.20150702
|
|
PKGNAME= ${DISTNAME:S/-dist-/-/}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=fontforge/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://fontforge.github.io/
|
|
COMMENT= Simplifies the drawing of beautiful curves
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GITHUB_PROJECT= libspiro
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
USE_LANGUAGES= c
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
#PKGCONFIG_OVERRIDE_STAGE= post-configure
|
|
PKGCONFIG_OVERRIDE+= libspiro.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|