1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/hidentd/Makefile
Kirill Ponomarev d9d19ce4f7 Update to 0.4
2004-11-27 10:06:44 +00:00

33 lines
640 B
Makefile

# New ports collection makefile for: hidentd
# Date created: 02.11.2003
# Whom: Kirill Ponomarew <krion@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hidentd
PORTVERSION= 0.4
CATEGORIES= net
MASTER_SITES= http://core.segfault.pl/~hobbit/hidentd/dist/
MAINTAINER= krion@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>