freebsd-ports/net/dtcpclient/Makefile

22 lines
438 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= dtcpclient
PORTVERSION= 20151002
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/
MAINTAINER= ume@FreeBSD.org
COMMENT= Dynamic Tunnel Configuration Protocol client
2013-12-30 17:12:16 +01:00
LICENSE= BSD2CLAUSE
USES= uidfix
2013-10-04 17:48:06 +02:00
USE_RC_SUBR= dtcpclient
2003-09-06 19:45:02 +02:00
PLIST_FILES= man/man8/dtcpclient.8.gz \
sbin/dtcpclient \
"@sample %%EXAMPLESDIR%%/dtcpclient.script etc/dtcpclient.script"
.include <bsd.port.mk>