mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2ca1fe047a
including bsd.port.pre.mk and then later including bsd.port.mk (the latter of which of course should be bsd.port.post.mk).
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# Ports collection makefile for: nessus-libnasl
|
|
# Version required: 0.99.2
|
|
# Date created: 07 November 1999
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= libnasl-0.99.2
|
|
PKGNAME= nessus-libnasl-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= nessus.99:${PORTSDIR}/security/nessus-libraries
|
|
|
|
NESSUS_REV= ${DISTNAME:S/libnasl-//g}
|
|
|
|
DIST_SUBDIR= nessus
|
|
WRKSRC= ${WRKDIR}/libnasl
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 400001
|
|
BROKEN= "Can't be built successfully in -CURRENT"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|