25 lines
436 B
Makefile
25 lines
436 B
Makefile
# OpenBSD makefile for: ngrep
|
|
# Version required: 1.26
|
|
# Date created: 1999-Jun-23
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.4 2000/02/17 00:40:52 dugsong Exp $
|
|
|
|
DISTNAME= ngrep-1.37
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.packetfactory.net/ngrep/
|
|
|
|
NEED_VERSION= 1.191
|
|
|
|
MAINTAINER= dugsong@monkey.org
|
|
|
|
USE_AUTOCONF= yes
|
|
|
|
WRKDIST= ${WRKDIR}/ngrep
|
|
|
|
ALL_TARGET= ngrep
|
|
|
|
.include <bsd.port.mk>
|