freebsd-ports/net/hidentd/Makefile

32 lines
575 B
Makefile
Raw Normal View History

# 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
CATEGORIES= net
MASTER_SITES= http://core.segfault.pl/~hobbit/hidentd/dist/
2005-04-21 19:44:08 +02:00
MAINTAINER= ports@FreeBSD.org
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
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>