1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/hidentd/Makefile
Dmitry Marakasov 3247bd5f63 - Add LICENSE
- Switch to options helpers
2016-01-01 17:23:39 +00:00

27 lines
548 B
Makefile

# Created by: Kirill Ponomarew <krion@FreeBSD.org>
# $FreeBSD$
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
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PORTDOCS= README
PLIST_FILES= man/man8/hidentd.8.gz sbin/hidentd
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>