pkgsrc/net/gnetcat/Makefile
recht 28945f9ada initial import of gnetcat 0.7.0
Netcat is a featured networking utility which reads and writes data across
network connections, using the TCP/IP protocol.
It is designed to be a reliable "back-end" tool that can be used directly
or easily driven by other programs and scripts. At the same time, it is a
feature-rich network debugging and exploration tool, since it can create
almost any kind of connection you would need and has several interesting
built-in capabilities.

This package was provided by Adrian Portelli via pkgsrc-wip.
2003-12-05 14:11:27 +00:00

19 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/12/05 14:11:27 recht Exp $
DISTNAME= netcat-0.7.0
PKGNAME= gnetcat-0.7.0
CATEGORIES= net www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netcat/}
MAINTAINER= adrianp@stindustries.net
HOMEPAGE= http://netcat.sourceforge.net/
COMMENT= Read and write data across network connections
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PERL5= YES
USE_NEW_TEXINFO= YES
INFO_FILES= netcat.info
.include "../../mk/bsd.pkg.mk"