Changeset View
Changeset View
Standalone View
Standalone View
security/medusa/Makefile
| PORTNAME= medusa | PORTNAME= medusa | ||||
| PORTVERSION= 2.2 | PORTVERSION= 2.2 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= security | CATEGORIES= security | ||||
| MASTER_SITES= http://www.foofus.net/~jmk/tools/ | MASTER_SITES= http://www.foofus.net/~jmk/tools/ | ||||
| MAINTAINER= dbaio@FreeBSD.org | MAINTAINER= dbaio@FreeBSD.org | ||||
| COMMENT= Speedy, massively parallel, modular, login brute-forcer | COMMENT= Speedy, massively parallel, modular, login brute-forcer | ||||
| WWW= http://www.foofus.net/jmk/medusa/medusa.html | WWW= http://www.foofus.net/jmk/medusa/medusa.html | ||||
| LICENSE= GPLv2+ | LICENSE= GPLv2+ | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| LIB_DEPENDS= libssh2.so:security/libssh2 | LIB_DEPENDS= libssh2.so:security/libssh2 | ||||
| USES= ssl | USES= ssl | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| CONFIGURE_ARGS= --enable-module-ncp=no --enable-module-afp=no | CONFIGURE_ARGS= --enable-module-ncp=no --enable-module-afp=no | ||||
| CFLAGS+= -fcommon | CFLAGS+= -fcommon | ||||
| OPTIONS_DEFINE= DOCS PGSQL SUBVERSION | OPTIONS_DEFINE= DOCS PGSQL SUBVERSION | ||||
| OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
| .if ${WITH_SUBVERSION_VER:U} == LTS | |||||
| SUBVERSION_LIB_DEPENDS= libsvn_client-1.so:devel/subversion-lts | |||||
| .else | |||||
| SUBVERSION_LIB_DEPENDS= libsvn_client-1.so:devel/subversion | SUBVERSION_LIB_DEPENDS= libsvn_client-1.so:devel/subversion | ||||
| .endif | |||||
| SUBVERSION_CFLAGS= -I${LOCALBASE}/include/subversion-1 -I${LOCALBASE}/include/apr-1 | SUBVERSION_CFLAGS= -I${LOCALBASE}/include/subversion-1 -I${LOCALBASE}/include/apr-1 | ||||
| SUBVERSION_CONFIGURE_OFF= --enable-module-svn=no | SUBVERSION_CONFIGURE_OFF= --enable-module-svn=no | ||||
| PGSQL_USES= pgsql | PGSQL_USES= pgsql | ||||
| PGSQL_CONFIGURE_ON= --enable-module-postgres | PGSQL_CONFIGURE_ON= --enable-module-postgres | ||||
| PGSQL_CONFIGURE_OFF= --enable-module-postgres=no | PGSQL_CONFIGURE_OFF= --enable-module-postgres=no | ||||
| post-install: | post-install: | ||||
| Show All 9 Lines | |||||