aboutsummaryrefslogtreecommitdiffstats
path: root/security/nessus-devel/Makefile
blob: 78bdb83ec9c19ae3eeb659eac83b852a1c186b7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    nessus
# Version required: alpha2-fix4
# Date created:     1 May 1999
# Whom:         Anders Nordby <anders@fix.no>
#
# $Id$
#

DISTNAME=   nessus-alpha2-fix4
PKGNAME=    nessus-a2
CATEGORIES= security
MASTER_SITES=   ftp://ftp.cis.fed.gov/pub/nessus/nessus-RELEASE/ \
        ftp://ftp.nessus.org/pub/nessus/nessus-RELEASE/ \
        ftp://cvs.nessus.org/pub/nessus/nessus-RELEASE/ \
        ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-RELEASE/ \
        http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-RELEASE/ \
        ftp://ftp.esiea.fr/pub/mirrors/nessus/nessus-RELEASE/ \
        ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-RELEASE/ \
        ftp://ftp.chg.ru/pub/security/nessus/nessus-RELEASE/ \
        ftp://ftp.sekure.net/pub/nessus/nessus-RELEASE/
EXTRACT_SUFX=   .tgz

MAINTAINER= anders@fix.no

LIB_DEPENDS=    gtk12.1:${PORTSDIR}/x11-toolkits/gtk12

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  GTKCONFIG="${X11BASE}/bin/gtk12-config"
MAN1=       nessus.1

post-install:
    @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>