27 lines
649 B
Makefile
27 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/06/16 22:06:34 pettai 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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
SUBST_CLASSES+= egdir
|
|
SUBST_STAGE.egdir= post-patch
|
|
SUBST_FILES.egdir= Makefile.in
|
|
SUBST_SED.egdir= -e "s,@EGDIR@,${EGDIR},"
|
|
|
|
.include "../../mk/pam.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|