Wed Nov 30 23:57:59 2011 UTC ()
Add LICENSE


(pettai)
diff -r1.9 -r1.10 pkgsrc/net/tacacs/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/net/tacacs/Makefile (expand / switch to unified diff)

--- pkgsrc/net/tacacs/Makefile 2010/01/27 17:38:46 1.9
+++ pkgsrc/net/tacacs/Makefile 2011/11/30 23:57:59 1.10
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.9 2010/01/27 17:38:46 joerg Exp $ 1# $NetBSD: Makefile,v 1.10 2011/11/30 23:57:59 pettai Exp $
2# 2#
3 3
4DISTNAME= tac_plus.F4.0.4.alpha 4DISTNAME= tac_plus.F4.0.4.alpha
5PKGNAME= tacacs-4.0.4a 5PKGNAME= tacacs-4.0.4a
6CATEGORIES= net security 6CATEGORIES= net security
7MASTER_SITES= ftp://ftpeng.cisco.com/pub/tacacs/ 7MASTER_SITES= ftp://ftpeng.cisco.com/pub/tacacs/
8# ftp://ftp.shrubbery.net/pub/tac_plus/ 8# ftp://ftp.shrubbery.net/pub/tac_plus/
9EXTRACT_SUFX= .tar.Z 9EXTRACT_SUFX= .tar.Z
10 10
11MAINTAINER= rh@NetBSD.org 11MAINTAINER= rh@NetBSD.org
12HOMEPAGE= http://www.shrubbery.net/tac_plus/ 12HOMEPAGE= http://www.shrubbery.net/tac_plus/
13COMMENT= Cisco authentication, authorization, and accounting protocol daemon 13COMMENT= Cisco authentication, authorization, and accounting protocol daemon
 14LICENSE= cisco-license
14 15
15PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
16 17
17BUILD_TARGET= tac_plus 18BUILD_TARGET= tac_plus
18 19
19.include "../../mk/bsd.prefs.mk" 20.include "../../mk/bsd.prefs.mk"
20.if ${OPSYS} == "SunOS" 21.if ${OPSYS} == "SunOS"
21MAKE_FLAGS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl" 22MAKE_FLAGS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl"
22.endif 23.endif
23 24
24INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/doc/tacacs 25INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/doc/tacacs
25 26
26do-install: 27do-install: