c189a6b2da
to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
30 lines
627 B
Makefile
30 lines
627 B
Makefile
# Ports collection makefile for: authforce
|
|
# Date created: 08.05.2002
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= authforce
|
|
PORTVERSION= 0.9.6
|
|
PORTREVISION= 7
|
|
CATEGORIES= security www
|
|
MASTER_SITES= http://www.divineinvasion.net/authforce/
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
COMMENT= HTTP authentication brute forcer
|
|
|
|
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
|
|
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
LIBS="-lintl"
|
|
|
|
MAN1= authforce.1
|
|
MANCOMPRESSED= yes
|
|
INFO= authforce
|
|
|
|
.include <bsd.port.mk>
|