aboutsummaryrefslogtreecommitdiff
path: root/net/widentd/Makefile
blob: a2a96803e8b96d178e57459849daaefc85f6f01f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	widentd
PORTVERSION=	1.04
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	https://BSDforge.com/projects/source/net/widentd/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	RFC1413 auth/identd daemon providing a fixed fake reply
WWW=		https://BSDforge.com/projects/net/widentd/

LICENSE=	BSD3CLAUSE

DEPRECATED=	Abandonware, last release in 2004 and dead upstream. Consider using security/oidentd
EXPIRATION_DATE=2024-02-29

USES=		ncurses uidfix tar:xz
USE_RC_SUBR=	widentd
MAKE_ENV+=	BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" MK_WERROR=no

PLIST_FILES=	sbin/widentd man/man8/widentd.8.gz

.include <bsd.port.mk>