summaryrefslogtreecommitdiff
path: root/security/vscan/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-03-30 01:55:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-03-30 01:55:29 +0000
commita8aca3ac774292ba61fff3a7127d595e55acfa15 (patch)
tree2af06752466d825809388b3e7b375ebec7be294e /security/vscan/Makefile
parentResurrect the pente port. (diff)
Update to 3.1.8.
PR: ports/10769 Submitted by: Michael Haro <mharo@patrol.area51.fremont.ca.us>
Notes
Notes: svn path=/head/; revision=17444
Diffstat (limited to 'security/vscan/Makefile')
-rw-r--r--security/vscan/Makefile25
1 files changed, 13 insertions, 12 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile
index 6e17b449fbee..b9a031b28772 100644
--- a/security/vscan/Makefile
+++ b/security/vscan/Makefile
@@ -3,23 +3,21 @@
# Date created: Thur Sept 25, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.6 1997/10/10 06:53:45 obrien Exp $
+# $Id: Makefile,v 1.7 1998/12/10 00:40:24 steve Exp $
#
-DISTNAME= vfrb101e
-PKGNAME= vscan-1.0.2
+DISTNAME= nlxb318e
+PKGNAME= vscan-3.1.8
CATEGORIES= security
-MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/freebsd/
-EXTRACT_SUFX= .taz
+MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/
+EXTRACT_SUFX= .tar
MAINTAINER= obrien@FreeBSD.org
-BROKEN= distfile no longer available
-
NO_WRKSUBDIR= yes
RESTRICTED= "Commercial software"
-LIBDIR= ${PREFIX}/lib/mcafee
+LIBDIR= ${PREFIX}/lib/neta
MAN1= uvscan.1
pre-fetch:
@@ -31,21 +29,24 @@ pre-fetch:
@false
.endif
+post-extract:
+ (cd ${WRKSRC} && tar xzf linux-elf.e.tar.Z)
+
do-build::
# The binary executable file will be left unstripped as stripping the
# file will cause attempt to validate this file to fail.
do-install:
- (cd ${WRKSRC}; ./Install-vscan)
+ (cd ${WRKSRC}; ./install-vscan)
post-install:
@/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan
@/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${LIBDIR}
- @/usr/sbin/chown ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/uvscan.1
+ @/usr/sbin/chown ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/uvscan.1
.if !defined(NOPORTDOCS)
- ${MKDIR} -p ${PREFIX}/share/doc/vscan
+ ${MKDIR} ${PREFIX}/share/doc/vscan
${INSTALL_DATA} ${WRKSRC}/Whatsnew.txt ${PREFIX}/share/doc/vscan
- ${INSTALL_DATA} ${WRKSRC}/README.1ST ${PREFIX}/share/doc/vscan/vscan.LICENCE
+ ${INSTALL_DATA} ${WRKSRC}/Readme.1st ${PREFIX}/share/doc/vscan/vscan.LICENCE
.endif
@${ECHO} ""
@${CAT} ${PKGDIR}/DESCR