# New ports collection makefile for: hidentd
# Date created: 02.11.2003
# Whom: Kirill Ponomarew <krion@FreeBSD.org>
#
# $FreeBSD: ports/net/hidentd/Makefile,v 1.9 2005/04/21 17:44:05 krion Exp $
#
PORTNAME= hidentd
PORTVERSION= 0.4
CATEGORIES= net
MASTER_SITES= http://core.segfault.pl/~hobbit/hidentd/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple and secure ident (RFC1413) server
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN8= hidentd.8
PORTDOCS= README
PLIST_FILES= sbin/hidentd
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>
syntax highlighted by Code2HTML, v. 0.9.1