1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/widentd/Makefile
Tijl Coosemans 74ba11be5b Fix build with clang and -Wmissing-variable-declarations by moving the
variables into main.

PR:		ports/182117
Submitted by:	Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer)
2013-10-19 14:13:27 +00:00

29 lines
593 B
Makefile

# Created by: Dirk-Willem van Gulik / dirkx@webweaving.org
# $FreeBSD$
PORTNAME= widentd
PORTVERSION= 1.03
PORTREVISION= 2
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"
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>