pkgsrc/x11/fixesproto4/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00

29 lines
794 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/01/18 23:35:48 rillig Exp $
#
# This package is for use with Xfixes only. Do not update to later versions.
DISTNAME= fixesproto-4.0
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= Fixes extension headers from X.org
CONFLICTS+= fixesext-[0-9]*
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesproto.pc.in
USE_LANGUAGES= # none, not even C
.include "../../mk/bsd.prefs.mk"
.if ${X11_TYPE} != "native"
PKG_FAIL_REASON+= "This package is for native X11 only; use libXfixes instead."
.endif
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"