2006-01-02 22:25:07 +01:00
|
|
|
# Ports collection makefile for: nepenthes
|
|
|
|
# Date created: 1 Dec 2005
|
|
|
|
# Whom: ryo
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nepenthes
|
2008-12-25 21:02:32 +01:00
|
|
|
PORTVERSION= 0.2.2
|
2006-01-02 22:25:07 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= nepenthes
|
|
|
|
|
2006-08-04 16:04:14 +02:00
|
|
|
MAINTAINER= systemoperator@gmail.com
|
2006-01-02 22:25:07 +01:00
|
|
|
COMMENT= Determine the malware activity on a network
|
|
|
|
|
2006-12-13 13:41:35 +01:00
|
|
|
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
|
2006-01-02 22:25:07 +01:00
|
|
|
magic.1:${PORTSDIR}/sysutils/file \
|
|
|
|
pcre.0:${PORTSDIR}/devel/pcre \
|
2006-04-24 04:43:51 +02:00
|
|
|
adns.1:${PORTSDIR}/dns/adns
|
2006-01-02 22:25:07 +01:00
|
|
|
|
2006-11-27 02:19:55 +01:00
|
|
|
.if defined(WITH_PRELUDE)
|
2008-09-30 01:47:00 +02:00
|
|
|
LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
|
2006-11-27 02:19:55 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-prelude
|
|
|
|
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
|
|
|
|
.endif
|
|
|
|
|
2007-01-15 15:55:46 +01:00
|
|
|
.if defined(WITH_DEBUG_LOGGING)
|
|
|
|
CONFIGURE_ARGS+= --enable-debug-logging
|
|
|
|
.endif
|
|
|
|
|
2006-01-02 22:25:07 +01:00
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2007-01-15 15:55:46 +01:00
|
|
|
DOCS= README README.VFS logo-shaded.svg
|
|
|
|
MAN8= nepenthes.8
|
2006-01-02 22:25:07 +01:00
|
|
|
|
2007-07-04 19:26:40 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \
|
|
|
|
${REINPLACE_CMD} -e 's,-Werror,,'
|
2007-07-04 13:39:16 +02:00
|
|
|
|
2007-07-04 19:26:40 +02:00
|
|
|
.include <bsd.port.mk>
|