pkgsrc/security/nessus-libraries/Makefile
jlam 3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00

23 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.13 2004/02/14 17:21:52 jlam Exp $
#
DISTNAME= nessus-libraries-${VERS}
PKGREVISION= 1
.include "../nessus/Makefile.common"
COMMENT= Libs required by the Nessus Network security scanner
WRKSRC= ${WRKDIR}/nessus-libraries
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPP=${CPP}
CONFIGURE_ARGS+=--enable-zlib=${BUILDLINK_PREFIX.zlib}/lib \
--localstatedir=/var
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"