1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/ngrep-lib/Makefile

30 lines
588 B
Makefile
Raw Normal View History

# New ports collection makefile for: ngrep-lib
# Date created: 28 August 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= ngrep-lib
PORTVERSION= 1.3
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
2003-02-21 13:28:59 +00:00
COMMENT= Easy packet filtering library based on ngrep
MAN3= ngrep-lib.3
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}
INSTALLS_SHLIB= yes
2003-12-19 08:50:34 +00:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not install on FreeBSD ${OSVERSION}"
.endif
.include <bsd.port.post.mk>