freebsd-ports/net/widentd/Makefile
Volker Stolz 9a8c9c7082 USE_RC_SUBR (bump PORTREV)
PR:		ports/85158
Submitted by:	maintainer
2005-08-31 12:54:25 +00:00

26 lines
565 B
Makefile

# ex:ts=8
# New ports collection makefile for: widentd
# Date created: Mar 3, 2001
# Whom: Dirk-Willem van Gulik / dirkx@webweaving.org
#
# $FreeBSD$
#
PORTNAME= widentd
PORTVERSION= 1.03
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.webweaving.org/widentd/
EXTRACT_SUFX= .tgz
MAINTAINER= dirkx@webweaving.org
COMMENT= RFC1413 auth/identd daemon with fixed fake reply
MAN8= widentd.8
MANCOMPRESSED= yes
PLIST_FILES= sbin/widentd
USE_RC_SUBR= widentd.sh
MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
.include <bsd.port.mk>