aboutsummaryrefslogtreecommitdiff
path: root/net/widentd/Makefile
blob: 8ee192f236a41602c15872d69a6a170d3f694d7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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=		ncurses 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>