freebsd-ports/net/widentd/Makefile
Raphael Kubo da Costa 3a79929fdb Switch MASTER_SITES and WWW to https in Chris' ports.
PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19 12:21:22 +00:00

21 lines
528 B
Makefile

# Created by: Dirk-Willem van Gulik / dirkx@webweaving.org
# $FreeBSD$
PORTNAME= widentd
PORTVERSION= 1.04
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
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>