summaryrefslogtreecommitdiffstats
path: root/net/ncat/Makefile
blob: a7b34c47057da7ae9c8d9c6cd9e8aa3b2c553139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection Makefile for:	ncat
# Date created:		22 August 2000
# Whom:			jasone
#
# $FreeBSD$
#

PORTNAME=	ncat
PORTVERSION=	1.1.0
CATEGORIES=	net
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>
OpenPOWER on IntegriCloud