mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f2fc2d60ae
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
34 lines
776 B
Makefile
34 lines
776 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
|
|
PORTREVISION= 3
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \
|
|
http://ftp.deepspace6.net/pub/ds6/sources/nc6/
|
|
|
|
MAINTAINER= filippo.natali@gmail.com
|
|
COMMENT= Netcat clone with IPv6 support
|
|
|
|
MAN1= nc6.1
|
|
USE_ICONV= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL}
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
USE_GETTEXT= yes
|
|
PLIST_SUB+= NLS=""
|
|
.else
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
PLIST_SUB+= NLS="@comment "
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|