2000-03-27 11:58:45 +02:00
|
|
|
# New ports collection makefile for: ident2
|
|
|
|
# Date created: 30 Nov 1999
|
|
|
|
# Whom: rod@zort.on.ca
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= ident2
|
2003-11-07 07:08:58 +01:00
|
|
|
PORTVERSION= 1.04
|
2004-04-16 18:25:36 +02:00
|
|
|
PORTREVISION= 1
|
2000-03-27 11:58:45 +02:00
|
|
|
CATEGORIES= security net
|
2002-01-09 01:13:53 +01:00
|
|
|
MASTER_SITES= http://michael.bacarella.com/projects/ident2/
|
|
|
|
DISTNAME= ident2-v${PORTVERSION}_FINAL
|
2000-03-27 11:58:45 +02:00
|
|
|
|
2001-06-10 01:13:35 +02:00
|
|
|
MAINTAINER= scorpio@drkshdw.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= An RFC1413 identification server which also supports random replies
|
2000-03-27 11:58:45 +02:00
|
|
|
|
2003-11-07 07:08:58 +01:00
|
|
|
USE_BZIP2= yes
|
2000-04-21 10:19:33 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN8= ident2.8
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= sbin/ident2
|
2000-03-27 11:58:45 +02:00
|
|
|
|
2003-10-15 14:49:05 +02:00
|
|
|
.include <bsd.port.mk>
|