f79573370a
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
22 lines
681 B
Makefile
22 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:27 jlam Exp $
|
|
# $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $
|
|
#
|
|
|
|
DISTNAME= libnids-1.14
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.packetfactory.net/Projects/Libnids/dist/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.packetfactory.net/Projects/Libnids/
|
|
COMMENT= Network monitoring library with TCP/IP reassembly
|
|
|
|
DEPENDS= libnet-[0-9]*:../../devel/libnet
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/src/nids.h ${PREFIX}/include
|
|
${INSTALL_DATA} ${WRKSRC}/src/libnids.a ${PREFIX}/lib
|
|
${INSTALL_DATA} ${WRKSRC}/src/libnids.3 ${PREFIX}/man/man3
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|