pkgsrc/security/pam-tacplus/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

25 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/01/18 23:35:11 rillig Exp $
#
DISTNAME= pam_tacplus-1.3.6
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tacplus/}
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= https://tacplus.sourceforge.net/
COMMENT= TACACS+ client library and PAM module
LICENSE= gnu-gpl-v2
EGDIR= ${PREFIX}/share/examples/pam_tacplus
GNU_CONFIGURE= yes
SUBST_CLASSES+= egdir
SUBST_STAGE.egdir= pre-configure
SUBST_FILES.egdir= Makefile.in
SUBST_VARS.egdir= EGDIR
.include "../../mk/pam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"