pkgsrc/devel/automake14/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

26 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.32 2020/01/18 23:30:23 rillig Exp $
DISTNAME= automake-1.4-p6
PKGNAME= automake14-1.4.6
PKGREVISION= 9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/automake/automake.html
COMMENT= GNU Standards-compliant Makefile generator (old version)
LICENSE= gnu-gpl-v2
DEPENDS+= autoconf213>=2.13:../../devel/autoconf213
CONFLICTS= automake<1.6
GNU_CONFIGURE= YES
_STRIPFLAG_INSTALL= # none
USE_TOOLS+= makeinfo perl:run
INFO_FILES= yes
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"