1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/nessus/Makefile
Satoshi Asami 2ca1fe047a Don't include bsd.port.pre.mk twice. This usually is caused by first
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
2000-01-07 16:40:17 +00:00

51 lines
1.6 KiB
Makefile

# New ports collection makefile for: nessus
# Version required: 0.99.2
# Date created: 1 May 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
DISTNAME= nessus-core-0.99.2
PKGNAME= nessus-0.99.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.cis.fed.gov/pub/nessus/nessus-${NESSUS_REV}/ \
ftp://ftp.nessus.org/pub/nessus/nessus-${NESSUS_REV}/ \
ftp://cvs.nessus.org/pub/nessus/nessus-${NESSUS_REV}/ \
ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${NESSUS_REV}/ \
http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${NESSUS_REV}/ \
ftp://ftp.esiea.fr/pub/mirrors/nessus/nessus-${NESSUS_REV}/ \
ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-${NESSUS_REV}/ \
ftp://ftp.chg.ru/pub/security/nessus/nessus-${NESSUS_REV}/ \
ftp://ftp.sekure.net/pub/nessus/nessus-${NESSUS_REV}/
MAINTAINER= anders@fix.no
LIB_DEPENDS= nasl.99:${PORTSDIR}/security/nessus-libnasl \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
NESSUS_REV= ${DISTNAME:S/nessus-core-//g}
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
DIST_SUBDIR= nessus
WRKSRC= ${WRKDIR}/nessus-core
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}"
MAN1= nessus.1
MAN8= nessusd.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400001
BROKEN= "Can't be built successfully in -CURRENT"
.endif
post-install:
@${ECHO} "=========================================================="
@${ECHO} "Be sure to erase your old ${PREFIX}/etc/nessus!"
@${ECHO} "The syntax of nessusd.users and nessusd.rules has changed!"
@${ECHO} "=========================================================="
.include <bsd.port.post.mk>