# Ports collection makefile for:	nepenthes
# Date created:				1 Dec 2005
# Whom:					ryo
#
# $FreeBSD: ports/net/nepenthes/Makefile,v 1.2 2006/01/28 21:11:56 kris Exp $
#

PORTNAME=	nepenthes
PORTVERSION=	0.1.5
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	nepenthes

MAINTAINER=	ryo@aquahill.net
COMMENT=	Determine the malware activity on a network

LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl \
		magic.1:${PORTSDIR}/sysutils/file \
		pcre.0:${PORTSDIR}/devel/pcre \
		adns.1:${PORTSDIR}/dns/adns

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 ${ARCH} != "i386"
BROKEN=		"Does not compile on !i386"
.endif

#post-install:
#.if !defined(NOPORTDOCS)
#	${MKDIR} ${DOCSDIR}
#.for f in ${DOCS}
#	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
#.endfor
#.endif

.include <bsd.port.post.mk>
