24f23ea8be
New Features for 4140 engine: * Improved performance for Microsoft Visio file scanning * Fix to Corel Paint scanning * Additional support for Microsoft Office 2001 for Macintosh New Features for 4120 engine: * Heuristic detection inside Visual Basic Scripts. * Reporting of Windows Word 98 and Windows 2000 password-protected documents. * Support for new unpacker formats, Windows executable compressors and encryptors * Support for new versions of unpacker formats. * Support for new RTF (Embedded) format of Object Packager * Support for various MIME formats * Support for Autodesk AutoCAD 2000 * Support for Corel Photo-Paint 9 * More filetypes are scanned. * Display of file extensions * Improved renaming of infected files * Reporting of 'Trojan horse' variants. * Extended CAB support * Support for multiple boot-device scanning on Linux * Linux shared library * Man page display for UNIX command-line scanner. * New switch
49 lines
1.4 KiB
Makefile
49 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2001/03/20 08:51:12 rh Exp $
|
|
#
|
|
|
|
DISTNAME= vlnx414e
|
|
PKGNAME= uvscan-4.14.0
|
|
NO_WRKSUBDIR= YES
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/unix/linux/v4.14.0/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.nai.com/asp_set/buy_try/try/products_evals.asp
|
|
COMMENT= evaluation version of a DOS/Windows file virus scanner
|
|
|
|
DEPENDS+= suse_libc5>=6.1:../../emulators/suse_libc5
|
|
DEPENDS+= uvscan-dat>=4129:../../security/uvscan-dat
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-i386
|
|
NO_BUILD= YES
|
|
|
|
LICENSE= shareware
|
|
RESTRICTED= "restrictive 30 day evaluation license"
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
NO_SRC_ON_FTP= ${RESTRICTED}
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
|
|
CHECK_SHLIBS= no
|
|
|
|
do-configure:
|
|
${SED} <${FILESDIR}/uvscan.sh >${WRKSRC}/uvscan.sh \
|
|
-e 's:@@PREFIX@@:${PREFIX}:g'
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/uvscan.sh ${PREFIX}/bin/uvscan
|
|
.for file in uvscan liblnxfv.so
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan
|
|
.endfor
|
|
${LN} -s ${PREFIX}/libexec/uvscan/liblnxfv.so \
|
|
${PREFIX}/emul/linux/usr/local/lib
|
|
${INSTALL_MAN} ${WRKSRC}/uvscan.1 ${PREFIX}/man/man1
|
|
.for file in license.dat messages.dat
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan
|
|
.endfor
|
|
.for file in unxadmin.pdf license.txt
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/uvscan
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|