freebsd-ports/net/ngrep-lib/Makefile
Pete Fritchman 7a6b264fc9 - update to 1.1
- add INSTALLS_SHLIB=yes
- sort pkg-plist

PR:		30716
Submitted by:	maintainer
2001-09-22 03:49:10 +00:00

23 lines
414 B
Makefile

# New ports collection makefile for: ngrep-lib
# Date created: 28 August 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= ngrep-lib
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
MAN3= ngrep-lib.3
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>