2012-10-23 20:16:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2012/10/23 18:16:49 asau Exp $
|
2010-03-12 23:15:27 +01:00
|
|
|
#
|
|
|
|
|
2012-06-16 23:59:41 +02:00
|
|
|
DISTNAME= pam_tacplus-1.3.6
|
2011-12-21 13:30:21 +01:00
|
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
2012-06-17 00:06:34 +02:00
|
|
|
PKGREVISION= 1
|
2010-03-12 23:15:27 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tacplus/}
|
|
|
|
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
|
|
HOMEPAGE= http://tacplus.sourceforge.net/
|
|
|
|
COMMENT= TACACS+ client library and PAM module
|
2011-11-29 23:24:25 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|
2010-03-12 23:15:27 +01:00
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/pam_tacplus
|
|
|
|
|
2011-11-29 23:24:25 +01:00
|
|
|
GNU_CONFIGURE=yes
|
2010-03-12 23:15:27 +01:00
|
|
|
|
2011-11-29 23:24:25 +01:00
|
|
|
SUBST_CLASSES+= egdir
|
|
|
|
SUBST_STAGE.egdir= post-patch
|
|
|
|
SUBST_FILES.egdir= Makefile.in
|
|
|
|
SUBST_SED.egdir= -e "s,@EGDIR@,${EGDIR},"
|
2010-03-12 23:15:27 +01:00
|
|
|
|
2012-06-17 00:06:34 +02:00
|
|
|
.include "../../mk/pam.buildlink3.mk"
|
2010-03-12 23:15:27 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|