mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
2170be5af2
With hat: portmgr
31 lines
617 B
Makefile
31 lines
617 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dtcp
|
|
PORTVERSION= 20130602
|
|
#PORTREVISION= 0
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ \
|
|
http://home.jp.FreeBSD.org/~ume/ipv6/
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= Dynamic Tunnel Configuration Protocol daemon and client
|
|
|
|
LICENSE= BSD
|
|
|
|
.if defined(WITH_QPOPAUTH)
|
|
RUN_DEPENDS= qpopauth:${PORTSDIR}/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>
|