summaryrefslogtreecommitdiff
path: root/net/gnetcat/Makefile
blob: f7692701ccbbc0e6c5dd27c1a494c007620b884e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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"