2002-10-22 20:30:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dtcp
|
2013-06-02 16:14:41 +02:00
|
|
|
PORTVERSION= 20130602
|
2014-05-28 19:43:27 +02:00
|
|
|
PORTREVISION= 2
|
2002-10-22 20:30:58 +02:00
|
|
|
CATEGORIES= net ipv6
|
2015-12-04 11:56:48 +01:00
|
|
|
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/
|
2002-10-22 20:30:58 +02:00
|
|
|
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
2003-02-20 21:10:05 +01:00
|
|
|
COMMENT= Dynamic Tunnel Configuration Protocol daemon and client
|
2002-10-22 20:30:58 +02:00
|
|
|
|
2013-12-30 17:12:16 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2013-10-04 18:14:27 +02:00
|
|
|
|
2005-12-17 17:48:00 +01:00
|
|
|
.if defined(WITH_QPOPAUTH)
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= qpopauth:mail/qpopper
|
2002-10-22 20:30:58 +02:00
|
|
|
.endif
|
|
|
|
|
2013-10-31 09:01:57 +01:00
|
|
|
USES= uidfix
|
2012-08-06 01:19:36 +02:00
|
|
|
USE_RC_SUBR= dtcpc dtcps
|
2002-10-22 20:30:58 +02:00
|
|
|
USE_RUBY= yes
|
2004-06-07 19:35:36 +02:00
|
|
|
MAKE_ENV+= RUBY=${RUBY}
|
2002-10-22 20:30:58 +02:00
|
|
|
|
2005-02-10 20:12:56 +01:00
|
|
|
SUB_LIST+= RUBY=${RUBY}
|
2004-04-19 20:40:52 +02:00
|
|
|
|
2013-10-04 18:14:27 +02:00
|
|
|
PLIST_FILES= sbin/dtcpauth sbin/dtcpc sbin/dtcps \
|
|
|
|
man/man8/dtcpauth.8.gz man/man8/dtcpc.8.gz \
|
|
|
|
man/man8/dtcps.8.gz
|
2004-04-19 20:40:52 +02:00
|
|
|
|
2002-10-22 20:30:58 +02:00
|
|
|
.include <bsd.port.mk>
|