mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d309a533d5
- Use OPTIONS helpers
25 lines
509 B
Makefile
25 lines
509 B
Makefile
# 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>
|