blob: 26cbe555860516b85a9b9ea9d0eb5a63f3bfac5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Filippo Natali <filippo@widestore.net>
# $FreeBSD$
PORTNAME= nc6
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \
http://ftp.deepspace6.net/pub/ds6/sources/nc6/
MAINTAINER= ports@FreeBSD.org
COMMENT= Netcat clone with IPv6 support
USES= iconv
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
.include <bsd.port.mk>
|