1999-12-01 06:35:29 +01:00
|
|
|
# Ports collection makefile for: nessus-libnasl
|
|
|
|
# Date created: 07 November 1999
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-06-19 13:13:16 +02:00
|
|
|
PORTNAME= nessus-libnasl
|
2006-11-05 21:38:05 +01:00
|
|
|
PORTVERSION= 2.2.9
|
2007-10-17 12:13:01 +02:00
|
|
|
PORTREVISION= 1
|
1999-12-01 06:35:29 +01:00
|
|
|
CATEGORIES= security
|
2002-11-22 17:18:51 +01:00
|
|
|
MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \
|
2001-02-06 00:42:43 +01:00
|
|
|
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/ \
|
2003-07-13 22:34:57 +02:00
|
|
|
ftp://ftp.ayamura.org/pub/nessus/nessus-${PORTVERSION}/src/
|
2002-06-19 13:13:16 +02:00
|
|
|
DISTNAME= libnasl-${PORTVERSION}
|
1999-12-01 06:35:29 +01:00
|
|
|
|
2002-06-19 13:13:16 +02:00
|
|
|
MAINTAINER= udo.schweigert@siemens.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Nessus Attack Scripting Language
|
1999-12-01 06:35:29 +01:00
|
|
|
|
2004-11-06 12:46:44 +01:00
|
|
|
LIB_DEPENDS= nessus.4:${PORTSDIR}/security/nessus-libraries
|
1999-12-01 06:35:29 +01:00
|
|
|
|
|
|
|
DIST_SUBDIR= nessus
|
|
|
|
WRKSRC= ${WRKDIR}/libnasl
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= YES
|
1999-12-01 06:35:29 +01:00
|
|
|
|
2000-09-09 14:51:53 +02:00
|
|
|
MAN1= nasl.1 nasl-config.1
|
2000-01-28 18:34:12 +01:00
|
|
|
|
2000-02-22 06:20:00 +01:00
|
|
|
.include <bsd.port.mk>
|