freebsd-ports/net/dtcp/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>