freebsd-ports/net/nepenthes/Makefile
Peter Pentchev 64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00

46 lines
1 KiB
Makefile

# Ports collection makefile for: nepenthes
# Date created: 1 Dec 2005
# Whom: ryo
#
# $FreeBSD$
#
PORTNAME= nepenthes
PORTVERSION= 0.1.7
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nepenthes
MAINTAINER= systemoperator@gmail.com
COMMENT= Determine the malware activity on a network
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
magic.1:${PORTSDIR}/sysutils/file \
pcre.0:${PORTSDIR}/devel/pcre \
adns.1:${PORTSDIR}/dns/adns
.if defined(WITH_PRELUDE)
LIB_DEPENDS+= prelude.10:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
.endif
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN8= nepenthes.8
DOCS= README README.VFS logo-shaded.svg
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
.endif
.include <bsd.port.post.mk>