2001-09-17 08:21:39 +02:00
|
|
|
# New ports collection makefile for: ngrep-lib
|
|
|
|
# Date created: 28 August 2001
|
|
|
|
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ngrep-lib
|
2002-01-02 05:59:24 +01:00
|
|
|
PORTVERSION= 1.3
|
2001-09-17 08:21:39 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Easy packet filtering library based on ngrep
|
2001-09-17 08:21:39 +02:00
|
|
|
|
|
|
|
MAN3= ngrep-lib.3
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
2004-02-28 12:24:53 +01:00
|
|
|
CONFIGURE_ARGS+=--prefix=${PREFIX} -without-restart
|
2001-09-17 08:21:39 +02:00
|
|
|
|
2006-08-05 03:19:16 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-09-22 05:49:10 +02:00
|
|
|
|
2004-03-07 06:01:35 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
|
|
|
|
BROKEN= "Does not compile on ia64 or amd64 (needs -fPIC)"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|