1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/net/nc/Makefile
Muhammad Moinur Rahman 688e51a79b
net/nc: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 10:17:58 +01:00

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>