diff options
author | will <will@FreeBSD.org> | 2000-03-27 09:58:45 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-03-27 09:58:45 +0000 |
commit | 8a9e889bb453d522622822f9d770c3196f3547c2 (patch) | |
tree | c370c0e3bcce4c8183c55778a19661d2dfede849 /security/ident2/Makefile | |
parent | 890adeca65fca2780593e6f3a33915baf6c8eadf (diff) | |
download | FreeBSD-ports-8a9e889bb453d522622822f9d770c3196f3547c2.zip FreeBSD-ports-8a9e889bb453d522622822f9d770c3196f3547c2.tar.gz |
Add ident2, a way for people running behind a natd server to use ident.
PR: 15192
Submitted by: Rod Taylor <rod@zort.on.ca>
Diffstat (limited to 'security/ident2/Makefile')
-rw-r--r-- | security/ident2/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/ident2/Makefile b/security/ident2/Makefile new file mode 100644 index 0000000..0cdb289 --- /dev/null +++ b/security/ident2/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ident2 +# Version required: 1.0 +# Date created: 30 Nov 1999 +# Whom: rod@zort.on.ca +# +# $FreeBSD$ +# + +DISTNAME= ident2-v1.0_FINAL +PKGNAME= ident2-1.0 +CATEGORIES= security net +MASTER_SITES= http://www.nyct.net/~defile/programs/ident2/ \ + http://www.oscentral.org/files/software/ + +MAINTAINER= rod@zort.on.ca + +GNU_CONFIGURE= yes +MAN8= ident2.8 + +.include <bsd.port.mk> |