aboutsummaryrefslogtreecommitdiff
path: root/net/ngrep-lib/Makefile
blob: b1ca76177a71b813e6524b759bea74820c436202 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:   ngrep-lib
# Date created:        28 August 2001
# Whom:                Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#

PORTNAME=	ngrep-lib
PORTVERSION=	1.0
CATEGORIES=	net
MASTER_SITES=	http://www.mavetju.org/download/

MAINTAINER=	edwin@mavetju.org

MAN3=		ngrep-lib.3
HAS_CONFIGURE=	yes

CONFIGURE_ARGS+=--prefix=${PREFIX}

.include <bsd.port.mk>