1996-11-22 08:16:51 +00:00
|
|
|
# ex:ts=8
|
2000-02-13 03:25:05 +00:00
|
|
|
# Ports collection makefile for: netcat
|
|
|
|
# Date created: Thur Nov 21, 1996
|
|
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
1996-11-22 08:16:51 +00:00
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1996-11-22 08:16:51 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= netcat
|
|
|
|
PORTVERSION= 1.10
|
1996-11-22 08:16:51 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://avian.org/src/hacks/ \
|
|
|
|
ftp://coast.cs.purdue.edu/pub/mirrors/avian.org/netcat/ \
|
1999-09-05 21:52:16 +00:00
|
|
|
ftp://zippy.telcom.arizona.edu/pub/mirrors/avian.org/hacks/ \
|
|
|
|
ftp://ftp.sterling.com/mirrors/avian.org/src/hacks/ \
|
|
|
|
ftp://ftp.rge.com/pub/security/coast/mirrors/avian.org/netcat/
|
2000-04-09 18:14:07 +00:00
|
|
|
DISTNAME= nc110
|
2000-04-20 20:19:33 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1996-11-22 08:16:51 +00:00
|
|
|
|
2000-02-13 03:25:05 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1996-11-22 08:16:51 +00:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
ALL_TARGET= freebsd
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/netcat \
|
1999-08-22 19:01:07 +00:00
|
|
|
&& ${CHMOD} a+rx ${PREFIX}/share/doc/netcat
|
1996-11-22 08:16:51 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/netcat
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|