2009-02-24 01:44:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.23 2009/02/24 00:44:26 cube Exp $
|
2000-08-11 10:00:56 +02:00
|
|
|
#
|
|
|
|
|
2009-02-24 01:42:29 +01:00
|
|
|
DISTNAME= libnids-1.23
|
2000-08-11 10:00:56 +02:00
|
|
|
CATEGORIES= net security
|
2003-10-28 17:57:00 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnids/}
|
2000-08-11 10:00:56 +02:00
|
|
|
|
2009-02-24 01:42:29 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-10-28 17:57:00 +01:00
|
|
|
HOMEPAGE= http://libnids.sourceforge.net/
|
2001-02-17 18:52:59 +01:00
|
|
|
COMMENT= Network monitoring library with TCP/IP reassembly
|
2000-08-11 10:00:56 +02:00
|
|
|
|
2009-02-24 01:42:29 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2000-08-11 10:00:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2009-02-24 01:44:26 +01:00
|
|
|
USE_TOOLS+= pkg-config
|
2009-02-24 01:42:29 +01:00
|
|
|
|
2003-10-10 10:44:44 +02:00
|
|
|
BUILDLINK_DEPMETHOD.libpcap= build
|
2000-08-11 10:00:56 +02:00
|
|
|
|
2007-02-18 19:53:10 +01:00
|
|
|
SUBST_CLASSES+= conf
|
|
|
|
SUBST_STAGE.conf= pre-configure
|
|
|
|
SUBST_FILES.conf= configure
|
|
|
|
SUBST_MESSAGE.conf= Fixing configuration script.
|
|
|
|
|
2009-02-24 01:42:29 +01:00
|
|
|
INSTALL_MAKE_FLAGS+= install_prefix=${DESTDIR}
|
|
|
|
|
2005-04-06 00:13:29 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.include "options.mk"
|
|
|
|
|
2004-04-25 06:20:11 +02:00
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
2009-02-24 01:42:29 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2000-08-11 10:07:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|