1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/widentd/Makefile
Doug Barton 9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00

33 lines
665 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
MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>