1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/nc/Makefile

20 lines
345 B
Makefile
Raw Normal View History

# Created by: Mark Pulford <mark@kyne.com.au>
2001-06-12 15:14:58 +00:00
# $FreeBSD$
PORTNAME= nc
PORTVERSION= 1.0.1
PORTREVISION= 1
2001-06-12 15:14:58 +00:00
CATEGORIES= net
MASTER_SITES= SUNSITE/utils/file
2001-06-12 15:14:58 +00:00
DISTNAME= ncat-${PORTVERSION}
MAINTAINER= lx@redundancy.redundancy.org
2003-02-22 17:14:31 +00:00
COMMENT= Network aware cat
2001-06-12 15:14:58 +00:00
GNU_CONFIGURE= yes
2014-01-31 08:07:31 +00:00
PLIST_FILES= bin/ncat \
man/man1/ncat.1.gz
2001-06-12 15:14:58 +00:00
.include <bsd.port.mk>