64b64d5ff7
dependent ports.
31 lines
657 B
Makefile
31 lines
657 B
Makefile
# Ports collection makefile for: authforce
|
|
# Date created: 08.05.2002
|
|
# Whom: Andrey A. Chernov <ache@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= authforce
|
|
PORTVERSION= 0.9.6
|
|
PORTREVISION= 4
|
|
CATEGORIES= security www
|
|
MASTER_SITES= http://kapheine.hypa.net/authforce/
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
COMMENT= HTTP authentication brute forcer
|
|
|
|
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
|
|
|
USE_BZIP2= yes
|
|
USE_GETOPT_LONG=yes
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
LIBS="-lintl"
|
|
|
|
MAN1= authforce.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|