- fix db pkgspec
- replace a hardcoded -I/usr/local/include/db with ${LOCALBASE}/include/db - regen plist
This commit is contained in:
parent
a1ca003a7d
commit
caab4bdcba
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2009/03/13 11:34:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2009/03/16 11:14:56 sthen Exp $
|
||||
|
||||
COMMENT= sniffing tools for penetration testing
|
||||
|
||||
DISTNAME= dsniff-2.3
|
||||
PKGNAME= ${DISTNAME}p6
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= security
|
||||
|
||||
MASTER_SITES= http://monkey.org/~dugsong/dsniff/
|
||||
@ -11,7 +11,7 @@ MASTER_SITES= http://monkey.org/~dugsong/dsniff/
|
||||
HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
|
||||
|
||||
BUILD_DEPENDS= ::net/libnids
|
||||
LIB_DEPENDS= lib/db/db.=3:db-3.*:databases/db/v3 \
|
||||
LIB_DEPENDS= lib/db/db.=3:db->=3,<4:databases/db/v3 \
|
||||
lib/libnet-1.0/net.=0:libnet->=1.0,<1.1:net/libnet/1.0
|
||||
|
||||
# BSD
|
||||
@ -24,7 +24,7 @@ WANTLIB= c crypto des pcap ssl rpcsvc
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= --with-db="${LOCALBASE}"
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I/usr/local/include/db"
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db"
|
||||
|
||||
FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.no-no_x11,v 1.3 2004/09/15 18:35:59 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.no-no_x11,v 1.4 2009/03/16 11:14:56 sthen Exp $
|
||||
@man man/man8/webspy.8
|
||||
sbin/webspy
|
||||
@bin sbin/webspy
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2004/09/15 18:35:59 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2009/03/16 11:14:56 sthen Exp $
|
||||
lib/dnsspoof.hosts
|
||||
lib/dsniff.magic
|
||||
lib/dsniff.services
|
||||
@ -14,16 +14,16 @@ lib/dsniff.services
|
||||
@man man/man8/tcpnice.8
|
||||
@man man/man8/urlsnarf.8
|
||||
@man man/man8/webmitm.8
|
||||
sbin/arpspoof
|
||||
sbin/dnsspoof
|
||||
sbin/dsniff
|
||||
sbin/filesnarf
|
||||
sbin/macof
|
||||
sbin/mailsnarf
|
||||
sbin/msgsnarf
|
||||
sbin/sshmitm
|
||||
sbin/tcpkill
|
||||
sbin/tcpnice
|
||||
sbin/urlsnarf
|
||||
sbin/webmitm
|
||||
@bin sbin/arpspoof
|
||||
@bin sbin/dnsspoof
|
||||
@bin sbin/dsniff
|
||||
@bin sbin/filesnarf
|
||||
@bin sbin/macof
|
||||
@bin sbin/mailsnarf
|
||||
@bin sbin/msgsnarf
|
||||
@bin sbin/sshmitm
|
||||
@bin sbin/tcpkill
|
||||
@bin sbin/tcpnice
|
||||
@bin sbin/urlsnarf
|
||||
@bin sbin/webmitm
|
||||
!%%no_x11%%
|
||||
|
Loading…
Reference in New Issue
Block a user