1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/nc6/Makefile
Antoine Brodin d309a533d5 - Stage support
- Use OPTIONS helpers
2014-01-31 17:00:23 +00:00

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>