aboutsummaryrefslogtreecommitdiff
path: root/net/honeyd/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-06-22 09:52:01 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-06-22 09:52:01 +0000
commit28c0742ec061397cfcd0d2c73e1d97bdb6818e1e (patch)
treef5bb5b3d284b4e060fbcb5078e2b95e941630076 /net/honeyd/Makefile
parent79d71806c8348af6b7d04ab896032b0b6f539bb6 (diff)
downloadports-28c0742ec061397cfcd0d2c73e1d97bdb6818e1e.tar.gz
ports-28c0742ec061397cfcd0d2c73e1d97bdb6818e1e.zip
Notes
Diffstat (limited to 'net/honeyd/Makefile')
-rw-r--r--net/honeyd/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile
index 335f1cda5bb2..c6803d1c79a3 100644
--- a/net/honeyd/Makefile
+++ b/net/honeyd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= honeyd
-PORTVERSION= 1.5b
-PORTREVISION= 2
+PORTVERSION= 1.5c
CATEGORIES= net
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \
http://niels.xtdnet.nl/honeyd/
@@ -16,8 +15,7 @@ MAINTAINER= wxs@atarininja.org
COMMENT= Simulate virtual network hosts (honeypots)
LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent \
- dnet.1:${PORTSDIR}/net/libdnet \
- dnsres.0:${PORTSDIR}/devel/libdnsres
+ dnet.1:${PORTSDIR}/net/libdnet
BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
USE_LDCONFIG= yes
@@ -25,7 +23,7 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \
--with-libevent=${LOCALBASE} \
- --with-libdnsres=${LOCALBASE}
+ --mandir=${MANPREFIX}/man
.if defined(WITH_PYTHON)
USE_PYTHON= 2.4
@@ -39,10 +37,6 @@ MAN8= honeyd.8
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-LIB_DEPENDS+= edit.6:${PORTSDIR}/devel/libedit
-.endif
-
.if !defined(WITH_PYTHON)
pre-everything::
@${ECHO_MSG} "===>"