freebsd-ports/security/authforce/Makefile
Peter Pentchev 64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00

31 lines
647 B
Makefile

# Ports collection makefile for: authforce
# Date created: 08.05.2002
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= authforce
PORTVERSION= 0.9.6
PORTREVISION= 5
CATEGORIES= security www
MASTER_SITES= http://www.divineinvasion.net/authforce/
MAINTAINER= ache@FreeBSD.org
COMMENT= HTTP authentication brute forcer
LIB_DEPENDS= curl.4:${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
INFO= authforce
.include <bsd.port.mk>