mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
22 lines
433 B
Makefile
22 lines
433 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|