freebsd-ports/net/dtcp/Makefile

30 lines
569 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= dtcp
PORTVERSION= 20130602
PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/
MAINTAINER= ume@FreeBSD.org
2003-02-20 21:10:05 +01:00
COMMENT= Dynamic Tunnel Configuration Protocol daemon and client
2013-12-30 17:12:16 +01:00
LICENSE= BSD3CLAUSE
2013-10-04 18:14:27 +02:00
.if defined(WITH_QPOPAUTH)
RUN_DEPENDS= qpopauth:mail/qpopper
.endif
USES= uidfix
USE_RC_SUBR= dtcpc dtcps
USE_RUBY= yes
2004-06-07 19:35:36 +02:00
MAKE_ENV+= RUBY=${RUBY}
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
.include <bsd.port.mk>