1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/widentd/Makefile
Alexey Dokuchaev 3a63ba57c2 Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
2015-09-20 14:35:57 +00:00

22 lines
524 B
Makefile

# Created by: Dirk-Willem van Gulik / dirkx@webweaving.org
# $FreeBSD$
PORTNAME= widentd
PORTVERSION= 1.04
CATEGORIES= net ipv6
MASTER_SITES= http://BSDforge.com/projects/source/net/widentd/
MAINTAINER= portmaster@BSDforge.com
COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply
LICENSE= BSD3CLAUSE
USES= uidfix tar:xz
MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
MAKE_ENV+= NO_WERROR="defined"
PLIST_FILES= sbin/widentd man/man8/widentd.8.gz
USE_RC_SUBR= widentd
.include <bsd.port.mk>