mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
4ee277e6b3
- Pass maintainership to submitter PR: ports/101321 Submitted by: Michael Josic <systemoperator at gmail.com> (new maintainer) Approved by: Ryo Okamoto <ryo at aquahill.net> (old maintainer)
41 lines
828 B
Makefile
41 lines
828 B
Makefile
# Ports collection makefile for: nepenthes
|
|
# Date created: 1 Dec 2005
|
|
# Whom: ryo
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nepenthes
|
|
PORTVERSION= 0.1.7
|
|
PORTREVISION= 1
|
|
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.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 ${OSVERSION} < 500000
|
|
BROKEN= Does not compile
|
|
.endif
|
|
|
|
.if ${ARCH} != "i386"
|
|
BROKEN= Does not compile on !i386
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|