mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
24 lines
447 B
Makefile
24 lines
447 B
Makefile
COMMENT= local network discovery tool
|
|
|
|
DISTNAME= thcrut-0.1
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.thehackerschoice.com/
|
|
|
|
LIB_DEPENDS= net/libnet/1.0
|
|
|
|
PERMIT_PACKAGE= no license
|
|
PERMIT_DISTFILES= no license
|
|
|
|
WANTLIB= c pcap lib/libnet-1.0/net=0
|
|
|
|
SITES= http://dl.packetstormsecurity.net/wireless/
|
|
|
|
CONFIGURE_STYLE= gnu old
|
|
|
|
CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \
|
|
--sysconfdir=${PREFIX}/share/thcrut
|
|
|
|
.include <bsd.port.mk>
|