diff options
Diffstat (limited to 'net/ngrep-lib/Makefile')
-rw-r--r-- | net/ngrep-lib/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/ngrep-lib/Makefile b/net/ngrep-lib/Makefile new file mode 100644 index 000000000000..b1ca76177a71 --- /dev/null +++ b/net/ngrep-lib/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ngrep-lib +# Date created: 28 August 2001 +# Whom: Edwin Groothuis (edwin@mavetju.org) +# +# $FreeBSD$ +# + +PORTNAME= ngrep-lib +PORTVERSION= 1.0 +CATEGORIES= net +MASTER_SITES= http://www.mavetju.org/download/ + +MAINTAINER= edwin@mavetju.org + +MAN3= ngrep-lib.3 +HAS_CONFIGURE= yes + +CONFIGURE_ARGS+=--prefix=${PREFIX} + +.include <bsd.port.mk> |