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.
21 lines
549 B
Makefile
21 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:55 rillig Exp $
|
|
#
|
|
# This package is for use with native X11. Do not update to later versions.
|
|
|
|
DISTNAME= renderproto-0.9.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Render extension headers
|
|
|
|
CONFLICTS+= renderext-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/renderproto.pc.in
|
|
USE_LANGUAGES= # none, not even C
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|