summaryrefslogtreecommitdiff
path: root/net/ngrep/Makefile
blob: 3622a88407cf8fde28d081bd26f67f9cc4895f08 (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
# $NetBSD: Makefile,v 1.2 1999/07/02 10:26:02 agc Exp $
#

DISTNAME=	ngrep-1.31
CATEGORIES=	net
MASTER_SITES=	http://www.packetfactory.net/ngrep/

MAINTAINER=	hubertf@netbsd.org
HOMEPAGE=	http://www.packetfactory.net/ngrep/

GNU_CONFIGURE=	yes
WRKSRC=		${WRKDIR}/ngrep
ALL_TARGET=	ngrep

.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "SunOS"
DEPENDS+=	libpcap-0.4:../../net/libpcap

do-configure:
	cd ${WRKSRC}; ./configure --prefix=${PREFIX}
.endif

.include "../../mk/bsd.pkg.mk"