23 lines
415 B
Makefile
Raw Normal View History

1999-06-23 04:16:21 +00:00
# OpenBSD makefile for: ngrep
# Version required: 1.26
# Date created: 1999-Jun-23
# Whom: dugsong@monkey.org
#
1999-06-28 14:27:19 +00:00
# $OpenBSD: Makefile,v 1.2 1999/06/28 14:27:19 dugsong Exp $
1999-06-23 04:16:21 +00:00
1999-06-28 14:27:19 +00:00
DISTNAME= ngrep-1.31
1999-06-23 04:16:21 +00:00
CATEGORIES= net
MASTER_SITES= http://www.packetfactory.net/ngrep/
MAINTAINER= dugsong@monkey.org
1999-06-28 14:27:19 +00:00
USE_AUTOCONF= yes
1999-06-23 04:16:21 +00:00
WRKSRC= ${WRKDIR}/ngrep
ALL_TARGET= ngrep
.include <bsd.port.mk>