Update to 3.1.8.
PR: ports/10769 Submitted by: Michael Haro <mharo@patrol.area51.fremont.ca.us>
This commit is contained in:
parent
ff926a08d3
commit
a8aca3ac77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17444
@ -3,23 +3,21 @@
|
|||||||
# Date created: Thur Sept 25, 1996
|
# Date created: Thur Sept 25, 1996
|
||||||
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
# 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
|
DISTNAME= nlxb318e
|
||||||
PKGNAME= vscan-1.0.2
|
PKGNAME= vscan-3.1.8
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/freebsd/
|
MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/
|
||||||
EXTRACT_SUFX= .taz
|
EXTRACT_SUFX= .tar
|
||||||
|
|
||||||
MAINTAINER= obrien@FreeBSD.org
|
MAINTAINER= obrien@FreeBSD.org
|
||||||
|
|
||||||
BROKEN= distfile no longer available
|
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
RESTRICTED= "Commercial software"
|
RESTRICTED= "Commercial software"
|
||||||
|
|
||||||
LIBDIR= ${PREFIX}/lib/mcafee
|
LIBDIR= ${PREFIX}/lib/neta
|
||||||
MAN1= uvscan.1
|
MAN1= uvscan.1
|
||||||
|
|
||||||
pre-fetch:
|
pre-fetch:
|
||||||
@ -31,21 +29,24 @@ pre-fetch:
|
|||||||
@false
|
@false
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
(cd ${WRKSRC} && tar xzf linux-elf.e.tar.Z)
|
||||||
|
|
||||||
do-build::
|
do-build::
|
||||||
|
|
||||||
# The binary executable file will be left unstripped as stripping the
|
# The binary executable file will be left unstripped as stripping the
|
||||||
# file will cause attempt to validate this file to fail.
|
# file will cause attempt to validate this file to fail.
|
||||||
do-install:
|
do-install:
|
||||||
(cd ${WRKSRC}; ./Install-vscan)
|
(cd ${WRKSRC}; ./install-vscan)
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan
|
@/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan
|
||||||
@/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${LIBDIR}
|
@/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)
|
.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}/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
|
.endif
|
||||||
@${ECHO} ""
|
@${ECHO} ""
|
||||||
@${CAT} ${PKGDIR}/DESCR
|
@${CAT} ${PKGDIR}/DESCR
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (vfrb101e.taz) = eef84b5fe8b25b8572012c29671d3ca5
|
MD5 (nlxb318e.tar) = 700b554df1c0a066d383f5656e55341d
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
bin/uvscan
|
bin/uvscan
|
||||||
lib/mcafee/scan.dat
|
lib/neta/scan.dat
|
||||||
lib/mcafee/names.dat
|
lib/neta/names.dat
|
||||||
lib/mcafee/clean.dat
|
lib/neta/clean.dat
|
||||||
share/doc/vscan/vscan.LICENCE
|
share/doc/vscan/vscan.LICENCE
|
||||||
share/doc/vscan/Whatsnew.txt
|
share/doc/vscan/Whatsnew.txt
|
||||||
|
@dirrm lib/neta
|
||||||
|
@dirrm share/doc/vscan
|
||||||
|
Loading…
Reference in New Issue
Block a user