blob: f4d19f4562aa07a5d58e0650c9d1980f149933f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: ident2
# Date created: 30 Nov 1999
# Whom: rod@zort.on.ca
#
# $FreeBSD$
#
PORTNAME= ident2
PORTVERSION= 1.04
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://michael.bacarella.com/projects/ident2/
DISTNAME= ident2-v${PORTVERSION}_FINAL
MAINTAINER= scorpio@drkshdw.org
COMMENT= An RFC1413 identification server which also supports random replies
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN8= ident2.8
PLIST_FILES= sbin/ident2
.include <bsd.port.mk>
|