aboutsummaryrefslogtreecommitdiff
path: root/net/nc6/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-08-27 08:52:20 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-08-27 08:52:20 +0000
commit9365f5c298657ad073cc97b628fff66821e867cb (patch)
tree9c8f8f743145941e4280a74d3a093608daec79ce /net/nc6/Makefile
parent74ed2bc9cd51d014d78d4d5f2aed2968e4ff772f (diff)
Notes
Diffstat (limited to 'net/nc6/Makefile')
-rw-r--r--net/nc6/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/nc6/Makefile b/net/nc6/Makefile
index 259f587661fd..66b0b9ffe96c 100644
--- a/net/nc6/Makefile
+++ b/net/nc6/Makefile
@@ -13,17 +13,15 @@ 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
+COMMENT= Netcat clone with IPv6 support
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
- intl.5:${PORTSDIR}/devel/gettext
+ intl.5:${PORTSDIR}/devel/gettext
MAN1= nc6.1
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS}" \
- CPPFLAGS="${CPPFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- CC="${CC}"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>