aboutsummaryrefslogtreecommitdiff
path: root/security/authforce/Makefile
blob: 7c019eb9b6394f2aa99a97b319e747ff2323e4e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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_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>