9fd786bb11
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
25 lines
594 B
Makefile
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"
|