freebsd-ports/net/dtcpclient/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
420 B
Makefile

PORTNAME= dtcpclient
PORTVERSION= 20151002
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/
MAINTAINER= ume@FreeBSD.org
COMMENT= Dynamic Tunnel Configuration Protocol client
LICENSE= BSD2CLAUSE
USES= uidfix
USE_RC_SUBR= dtcpclient
PLIST_FILES= man/man8/dtcpclient.8.gz \
sbin/dtcpclient \
"@sample %%EXAMPLESDIR%%/dtcpclient.script etc/dtcpclient.script"
.include <bsd.port.mk>