summaryrefslogtreecommitdiff
path: root/net/nc6/Makefile
blob: 9eebfc1228307599e71e5e60117ebd09e16401f8 (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
25
26
27
28
# 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>