summaryrefslogblamecommitdiff
path: root/security/nessus/Makefile
blob: 45e5c9dc1304f2669591c9494a6d9abc4a9851b1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                     
           

 

                                  
                        








                                                                                   


                             

                                                             
 
                                             
                                           
 


                                     
                   
                                         
                        

                         

                          

                                                         
      

             
                                                                                     
                                                                            

                                                                                     

                      
# New ports collection makefile for: 	nessus
# Version required:	alpha2-fix4
# Date created:		1 May 1999
# Whom:			Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

DISTNAME=	nessus-core-0.99.1
PKGNAME=	nessus-0.99.1
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}/share/nessus!"
		@${ECHO} "The syntax of nessusd.users and nessusd.rules has changed!"
		@${ECHO} "=========================================================="

.include <bsd.port.mk>