0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
31 lines
777 B
Makefile
31 lines
777 B
Makefile
# $NetBSD: Makefile,v 1.17 2015/06/12 10:50:53 wiz Exp $
|
|
|
|
VERSION= 4.0.4.28
|
|
DISTNAME= tacacs-F${VERSION}
|
|
PKGNAME= tacacs-${VERSION}
|
|
PKGREVISION= 3
|
|
CATEGORIES= net security
|
|
MASTER_SITES+= ftp://ftp.shrubbery.net/pub/tac_plus/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.shrubbery.net/tac_plus/
|
|
COMMENT= Cisco authentication, authorization, and accounting protocol daemon
|
|
LICENSE= cisco-license
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= perl:run flex bison
|
|
|
|
CONFIGURE_ARGS+= ac_cv_path_PERLV_PATH=${TOOLS_PATH.perl}
|
|
#CONFIGURE_ARGS+=--enable-debug
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if ${OPSYS} == "SunOS"
|
|
MAKE_FLAGS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl"
|
|
.endif
|
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|