30 lines
573 B
Makefile
30 lines
573 B
Makefile
# OpenBSD makefile for: ngrep
|
|
# Version required: 1.26
|
|
# Date created: 1999-Jun-23
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.6 2000/03/24 22:11:52 espie Exp $
|
|
|
|
DISTNAME= ngrep-1.37
|
|
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.191
|
|
|
|
MASTER_SITES= http://www.packetfactory.net/ngrep/
|
|
|
|
|
|
MAINTAINER= dugsong@monkey.org
|
|
|
|
PERMIT_PACKAGE_CDROM= "no obvious license"
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "no obvious license"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_AUTOCONF= yes
|
|
|
|
WRKDIST= ${WRKDIR}/ngrep
|
|
|
|
ALL_TARGET= ngrep
|
|
|
|
.include <bsd.port.mk>
|