summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-16 15:51:46 +0000
committerwiz <wiz@pkgsrc.org>2001-02-16 15:51:46 +0000
commit02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 (patch)
tree93e776c22feddb53127ca24e4742b48902ced5bc /security
parenta2a4d06c6fe93107eedfcc3d009672fe424ac7ef (diff)
downloadpkgsrc-02e8ee6a47fbac28ca9bbc16c4b70e20837489c0.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'security')
-rw-r--r--security/Makefile132
1 files changed, 67 insertions, 65 deletions
diff --git a/security/Makefile b/security/Makefile
index c473558b40b..111f928cbeb 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,69 +1,71 @@
-# $NetBSD: Makefile,v 1.60 2001/02/12 16:16:03 agc Exp $
+# $NetBSD: Makefile,v 1.61 2001/02/16 15:51:52 wiz Exp $
#
- SUBDIR += PAM
- SUBDIR += aide
- SUBDIR += amavis
- SUBDIR += audit-packages
- SUBDIR += crack
- SUBDIR += cyrus-sasl
- SUBDIR += ddos-scan
- SUBDIR += dsniff
- SUBDIR += egd
- SUBDIR += fortify
- SUBDIR += fressh
- SUBDIR += fsh
- SUBDIR += gnupg
- SUBDIR += isakmpd
- SUBDIR += kth-krb4
- SUBDIR += libbf
- SUBDIR += libcrack
- SUBDIR += libdes
- SUBDIR += libidea
- SUBDIR += libident
- SUBDIR += libmcrypt
- SUBDIR += libnasl
- SUBDIR += mcrypt
- SUBDIR += mhash
- SUBDIR += nessus
- SUBDIR += nessus-core
- SUBDIR += nessus-libraries
- SUBDIR += nessus-plugins
- SUBDIR += nfsbug
- SUBDIR += openssh
- SUBDIR += openssl
- SUBDIR += p5-Crypt-Blowfish
- SUBDIR += p5-Crypt-CBC
- SUBDIR += p5-Digest-MD5
- SUBDIR += p5-MD5
- SUBDIR += p5-SHA
- SUBDIR += pakemon
- SUBDIR += pam-ldap
- SUBDIR += pgp2
- SUBDIR += pgp5
- SUBDIR += pks
- SUBDIR += portsentry
- SUBDIR += priv
- SUBDIR += py-crypto
- SUBDIR += racoon
- SUBDIR += rc5des
- SUBDIR += rid
- SUBDIR += rsaref
- SUBDIR += scanssh
- SUBDIR += smtpd
- SUBDIR += srp_client
- SUBDIR += ssh
- SUBDIR += ssh-askpass
- SUBDIR += ssh-ip-tunnel
- SUBDIR += ssh6
- SUBDIR += ssldump
- SUBDIR += sslwrap
- SUBDIR += stunnel
- SUBDIR += sudo
- SUBDIR += tcp_wrappers
- SUBDIR += tripwire
- SUBDIR += uvscan
- SUBDIR += uvscan-dat
- SUBDIR += xdm-krb4
+COMMENT= Security tools
+
+SUBDIR+= PAM
+SUBDIR+= aide
+SUBDIR+= amavis
+SUBDIR+= audit-packages
+SUBDIR+= crack
+SUBDIR+= cyrus-sasl
+SUBDIR+= ddos-scan
+SUBDIR+= dsniff
+SUBDIR+= egd
+SUBDIR+= fortify
+SUBDIR+= fressh
+SUBDIR+= fsh
+SUBDIR+= gnupg
+SUBDIR+= isakmpd
+SUBDIR+= kth-krb4
+SUBDIR+= libbf
+SUBDIR+= libcrack
+SUBDIR+= libdes
+SUBDIR+= libidea
+SUBDIR+= libident
+SUBDIR+= libmcrypt
+SUBDIR+= libnasl
+SUBDIR+= mcrypt
+SUBDIR+= mhash
+SUBDIR+= nessus
+SUBDIR+= nessus-core
+SUBDIR+= nessus-libraries
+SUBDIR+= nessus-plugins
+SUBDIR+= nfsbug
+SUBDIR+= openssh
+SUBDIR+= openssl
+SUBDIR+= p5-Crypt-Blowfish
+SUBDIR+= p5-Crypt-CBC
+SUBDIR+= p5-Digest-MD5
+SUBDIR+= p5-MD5
+SUBDIR+= p5-SHA
+SUBDIR+= pakemon
+SUBDIR+= pam-ldap
+SUBDIR+= pgp2
+SUBDIR+= pgp5
+SUBDIR+= pks
+SUBDIR+= portsentry
+SUBDIR+= priv
+SUBDIR+= py-crypto
+SUBDIR+= racoon
+SUBDIR+= rc5des
+SUBDIR+= rid
+SUBDIR+= rsaref
+SUBDIR+= scanssh
+SUBDIR+= smtpd
+SUBDIR+= srp_client
+SUBDIR+= ssh
+SUBDIR+= ssh-askpass
+SUBDIR+= ssh-ip-tunnel
+SUBDIR+= ssh6
+SUBDIR+= ssldump
+SUBDIR+= sslwrap
+SUBDIR+= stunnel
+SUBDIR+= sudo
+SUBDIR+= tcp_wrappers
+SUBDIR+= tripwire
+SUBDIR+= uvscan
+SUBDIR+= uvscan-dat
+SUBDIR+= xdm-krb4
.include "../mk/bsd.pkg.subdir.mk"