68edbeeaae
- Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not when CONFIGURE_ARGS already sets it. (GNU configure scripts set it to PREFIX/var when PREFIX != /usr.) - Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so they aren't affected by this change (for now at least). This commit is meant to ensure that new ports don't make the same mistake. - games/acm: the configure script in this port is very old; instead of patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE. - irc/charybdis: it already used /var but adding --localstatedir=/var changed the behaviour of the configure script; adjust the port to this. PR: 199506 Exp-run by: antoine Approved by: portmgr (antoine)
30 lines
884 B
Makefile
30 lines
884 B
Makefile
# Created by: Anders Nordby <anders@fix.no>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nessus-libnasl
|
|
PORTVERSION= 2.2.9
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \
|
|
ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \
|
|
http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \
|
|
ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-${PORTVERSION}/src/ \
|
|
ftp://ftp.ayamura.org/pub/nessus/nessus-${PORTVERSION}/src/
|
|
DISTNAME= libnasl-${PORTVERSION}
|
|
DIST_SUBDIR= nessus
|
|
|
|
MAINTAINER= udo.schweigert@siemens.com
|
|
COMMENT= Nessus Attack Scripting Language
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libnessus.so:${PORTSDIR}/security/nessus-libraries
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir="${PREFIX}/var"
|
|
USES= bison libtool
|
|
USE_LDCONFIG= yes
|
|
USE_OPENSSL= yes
|
|
WRKSRC= ${WRKDIR}/libnasl
|
|
|
|
.include <bsd.port.mk>
|