1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/nc/Makefile

25 lines
451 B
Makefile
Raw Normal View History

2001-06-12 15:14:58 +00:00
# New ports collection makefile for: nc
# Date created: Apr 27, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= nc
PORTVERSION= 1.0.1
PORTREVISION= 1
2001-06-12 15:14:58 +00:00
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file
DISTNAME= ncat-${PORTVERSION}
MAINTAINER= markp@FreeBSD.org
2003-02-22 17:14:31 +00:00
COMMENT= Network aware cat
2001-06-12 15:14:58 +00:00
USE_GETOPT_LONG=yes
2001-06-12 15:14:58 +00:00
GNU_CONFIGURE= yes
MAN1= ncat.1
PLIST_FILES= bin/ncat
2001-06-12 15:14:58 +00:00
.include <bsd.port.mk>