mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
3a63ba57c2
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.
22 lines
524 B
Makefile
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>
|