2002-07-01 22:33:14 +02:00
|
|
|
# New ports collection makefile for: nc6
|
|
|
|
# Date created: 30 May 2002
|
|
|
|
# Whom: Filippo Natali <filippo@widestore.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nc6
|
2003-06-04 19:11:21 +02:00
|
|
|
PORTVERSION= 0.5
|
2004-02-04 05:36:30 +01:00
|
|
|
PORTREVISION= 3
|
2002-07-01 22:33:14 +02:00
|
|
|
CATEGORIES= net ipv6
|
2003-09-09 18:24:44 +02:00
|
|
|
MASTER_SITES= ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \
|
|
|
|
http://ftp.deepspace6.net/pub/ds6/sources/nc6/
|
2002-07-01 22:33:14 +02:00
|
|
|
|
|
|
|
MAINTAINER= filippo@widestore.net
|
2003-08-27 10:52:20 +02:00
|
|
|
COMMENT= Netcat clone with IPv6 support
|
2002-07-01 22:33:14 +02:00
|
|
|
|
2003-06-04 19:11:21 +02:00
|
|
|
MAN1= nc6.1
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2004-03-30 21:56:43 +02:00
|
|
|
USE_ICONV= yes
|
2002-07-01 22:33:14 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-27 10:52:20 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-06-04 19:11:21 +02:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2002-07-01 22:33:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|