14 lines
255 B
Makefile
14 lines
255 B
Makefile
COMMENT= brute force binary tester
|
|
|
|
DISTNAME= bfbtester-2.0.1
|
|
CATEGORIES= security
|
|
SITES= ${SITE_SOURCEFORGE:=bfbtester/}
|
|
|
|
HOMEPAGE= http://bfbtester.sourceforge.net/
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c pthread
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|