freebsd-ports/net/ct/Makefile
Munechika SUMIKAWA cb4ef1da1e New port: ct, v6eval
ct: IPv6 Conformance Test kit
  v6eval: Platform of IPv6 Conformance Test kit

Submitted by:	tanaka@tahi.org
2003-01-09 18:34:40 +00:00

22 lines
435 B
Makefile

# New ports collection makefile for: ct
# Date created: Mon Jan 6 23:04:16 GMT 2003
# Whom: TANAKA Takashi <tanaka@tahi.org>
#
# $FreeBSD$
#
PORTNAME= ct
PORTVERSION= 2.0.2
CATEGORIES= net ipv6
MASTER_SITES= http://www.tahi.org/release/ct/
MAINTAINER= tanaka@tahi.org
BUILD_DEPENDS= ${LOCALBASE}/v6eval/bin/pktbuf:${PORTSDIR}/net/v6eval
USE_PERL5= yes
NO_BUILD= yes
MAKE_ENV+= "NUTTYPE=host"
.include <bsd.port.mk>