freebsd-ports/net/nc6/Makefile
Hye-Shik Chang 09835cf2cd Add nc6 0.2.p3, netcat 6 is a netcat clone with IPv6 support.
PR:		38739
Submitted by:	Filippo Natali <filippo@widestore.net>
2002-07-01 20:33:14 +00:00

20 lines
414 B
Makefile

# New ports collection makefile for: nc6
# Date created: 30 May 2002
# Whom: Filippo Natali <filippo@widestore.net>
#
# $FreeBSD$
#
PORTNAME= nc6
PORTVERSION= 0.2.p3
CATEGORIES= net ipv6
MASTER_SITES= ftp://ferrara.linux.it/pub/ipv6/sources/
DISTNAME= nc6-${PORTVERSION:S/.p/pre/}
MAINTAINER= filippo@widestore.net
MAN1= nc6.1
GNU_CONFIGURE= yes
.include <bsd.port.mk>