mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
30 lines
569 B
Makefile
30 lines
569 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dtcp
|
|
PORTVERSION= 20130602
|
|
PORTREVISION= 2
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= Dynamic Tunnel Configuration Protocol daemon and client
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.if defined(WITH_QPOPAUTH)
|
|
RUN_DEPENDS= qpopauth:mail/qpopper
|
|
.endif
|
|
|
|
USES= uidfix
|
|
USE_RC_SUBR= dtcpc dtcps
|
|
USE_RUBY= yes
|
|
MAKE_ENV+= RUBY=${RUBY}
|
|
|
|
SUB_LIST+= RUBY=${RUBY}
|
|
|
|
PLIST_FILES= sbin/dtcpauth sbin/dtcpc sbin/dtcps \
|
|
man/man8/dtcpauth.8.gz man/man8/dtcpc.8.gz \
|
|
man/man8/dtcps.8.gz
|
|
|
|
.include <bsd.port.mk>
|