2000-08-23 07:35:52 +00:00
|
|
|
# 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
|
2000-08-23 07:35:52 +00:00
|
|
|
CATEGORIES= net
|
2000-11-29 07:56:10 +00:00
|
|
|
DISTNAME= canonware-1.1.0
|
2000-08-23 07:35:52 +00:00
|
|
|
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>
|