2003-11-03 13:08:14 +01:00
|
|
|
# New ports collection makefile for: hidentd
|
|
|
|
# Date created: 02.11.2003
|
|
|
|
# Whom: Kirill Ponomarew <krion@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hidentd
|
2004-11-27 11:06:44 +01:00
|
|
|
PORTVERSION= 0.4
|
2003-11-03 13:08:14 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://core.segfault.pl/~hobbit/hidentd/dist/
|
|
|
|
|
2005-04-21 19:44:08 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-11-03 13:08:14 +01:00
|
|
|
COMMENT= Simple and secure ident (RFC1413) server
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN8= hidentd.8
|
|
|
|
|
2004-03-20 19:08:12 +01:00
|
|
|
PORTDOCS= README
|
|
|
|
PLIST_FILES= sbin/hidentd
|
|
|
|
|
2003-11-03 13:08:14 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|