pkgsrc/devel/autosetup/Makefile
rillig 508923f461 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:13 +00:00

18 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/01/18 23:30:23 rillig Exp $
DISTNAME= autosetup-0.6.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=msteveb/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://msteveb.github.com/autosetup/
COMMENT= Better, faster autoconf replacement
LICENSE= 2-clause-bsd
DEPENDS+= tcl-[0-9]*:../../lang/tcl
do-install:
cd ${WRKSRC} && ./autosetup --sysinstall=${DESTDIR}${PREFIX}
.include "../../mk/bsd.pkg.mk"