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.
31 lines
846 B
Makefile
31 lines
846 B
Makefile
# $NetBSD: Makefile,v 1.29 2020/01/18 23:32:12 rillig Exp $
|
|
|
|
DISTNAME= glitz-0.5.6
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://freedesktop.org/Software/glitz
|
|
COMMENT= OpenGL 2D graphics library and a backend for gl output in cairo
|
|
|
|
USE_LANGUAGES+= c99
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= src/agl/glitz-agl.pc.in src/glx/glitz-glx.pc.in \
|
|
src/glitz.pc.in
|
|
|
|
PLIST_VARS+= agl
|
|
.if exists(/System/Library/Frameworks/AGL.framework)
|
|
PLIST.agl= yes
|
|
CONFIGURE_ENV+= AGL_LIBS="-framework AGL"
|
|
.endif
|
|
|
|
# This is for the benefit of the configure test; libglitz-glx already
|
|
# links against libpthread.
|
|
BUILDLINK_TRANSFORM.IRIX+= l:GL:GL:pthread
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|