summaryrefslogtreecommitdiff
path: root/security/uvscan/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-06-05 12:01:24 +0000
committerrh <rh>2000-06-05 12:01:24 +0000
commit13b9b5fe98f267fdfb2086fb46d039aa50e54ce7 (patch)
treee81c37f5f7ceed2f1be1f8189fcd791911e96593 /security/uvscan/Makefile
parentb33f8d9f92f0e70487e3bb743e21603fbe915a2a (diff)
downloadpkgsrc-13b9b5fe98f267fdfb2086fb46d039aa50e54ce7.tar.gz
Initial import of uvscan-4.07e, an evaluation version of the McAfee
DOS/Windows file virus scanner
Diffstat (limited to 'security/uvscan/Makefile')
-rw-r--r--security/uvscan/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile
new file mode 100644
index 00000000000..a1c5bb1a86a
--- /dev/null
+++ b/security/uvscan/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/05 12:01:24 rh Exp $
+#
+
+DISTNAME= vlnx407e
+PKGNAME= uvscan-4.07e
+NO_WRKSUBDIR= YES
+CATEGORIES= security
+MASTER_SITES= http://download.mcafee.com/products/evaluation/virusscan/english/unix/linux/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.nai.com/asp_set/buy_try/try/products_evals.asp
+
+DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux
+DEPENDS+= uvscan-dat>=4080:../../security/uvscan-dat
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+NO_BUILD= YES
+
+MIRROR_DISTFILE= no
+LICENSE= shareware
+RESTRICTED= "restrictive 30 day evaluation license"
+NO_PACKAGE= ${RESTRICTED}
+NO_CDROM= ${RESTRICTED}
+
+do-configure:
+ ${SED} <${FILESDIR}/uvscan.sh >${WRKSRC}/uvscan.sh \
+ -e 's:@@PREFIX@@:${PREFIX}:g'
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/uvscan ${PREFIX}/libexec/uvscan
+ ${INSTALL_SCRIPT} ${WRKSRC}/uvscan.sh ${PREFIX}/bin/uvscan
+.for file in license.dat messages.dat
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan
+.endfor
+.for file in unx47uag.pdf license.txt
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/uvscan
+.endfor
+
+.include "../../mk/bsd.pkg.mk"