pkgsrc/x11/xrandr/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
853 B
Makefile

# $NetBSD: Makefile,v 1.25 2020/01/18 23:36:12 rillig Exp $
DISTNAME= xrandr-1.5.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= Primitive command line interface to RandR extension
LICENSE= mit
DEPENDS+= nickle-[0-9]*:../../math/nickle
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
SUBST_CLASSES+= nickle
SUBST_SED.nickle= -e "s,.!/usr/bin/env nickle,${PREFIX}/bin/nickle,"
SUBST_FILES.nickle= xkeystone
SUBST_STAGE.nickle= post-build
SUBST_MESSAGE.nickle= Fixing path to nickle.
BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.5.0
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"