mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
688e51a79b
Approved by: portmgr (blanket)
19 lines
375 B
Makefile
19 lines
375 B
Makefile
PORTNAME= nc
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= SUNSITE/utils/file
|
|
DISTNAME= ncat-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Network aware cat
|
|
WWW= https://www.kyne.com.au/~mark/software/ncat.php
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/ncat \
|
|
share/man/man1/ncat.1.gz
|
|
|
|
.include <bsd.port.mk>
|