1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/ncat/Makefile

33 lines
585 B
Makefile
Raw Normal View History

# New ports collection Makefile for: ncat
# Date created: 22 August 2000
# Whom: jasone
#
# $FreeBSD$
#
PORTNAME= ncat
2000-11-29 07:56:10 +00:00
PORTVERSION= 1.1.0
CATEGORIES= net
2000-11-29 07:56:10 +00:00
DISTNAME= canonware-1.1.0
MASTER_SITES= http://www.canonware.com/download/canonware/
MAINTAINER= jasone@FreeBSD.org
BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook
GNU_CONFIGURE= yes
MAN1= ncat.1
MANCOMPRESSED= no
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook bin/ncat/src/ncat)
do-install:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook ncat_install_a)
post-install:
@strip ${PREFIX}/bin/ncat
.include <bsd.port.mk>