freebsd-ports/net/nc6/Makefile
Yen-Ming Lee 8134a19221 Upgrade to 0.5
PR:		52938
Submitted by:	Filippo Natali <filippo@widestore.net>
2003-06-04 17:11:21 +00:00

29 lines
740 B
Makefile

# New ports collection makefile for: nc6
# Date created: 30 May 2002
# Whom: Filippo Natali <filippo@widestore.net>
#
# $FreeBSD$
#
PORTNAME= nc6
PORTVERSION= 0.5
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.deepspace6.net/pub/sources/nc6/ \
http://ftp.deepspace6.net/pub/sources/nc6/
MAINTAINER= filippo@widestore.net
COMMENT= Netcat 6 is a netcat clone with IPv6 support
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
intl.4:${PORTSDIR}/devel/gettext
MAN1= nc6.1
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS}" \
CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
CC="${CC}"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>