pkgsrc/security/pam-tacplus/Makefile
rillig 9fd786bb11 security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:12:51 +00:00

25 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/11/04 21:12:57 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= http://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"