openbsd-ports/security/uvscan_dat/Makefile
2000-10-04 21:53:59 +00:00

41 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.5 2000/10/04 21:54:07 jakob Exp $
# $NetBSD: Makefile,v 1.2 2000/06/19 14:30:02 rh Exp $
DISTNAME= dat-4094
PKGNAME= uvscan_${DISTNAME}
CATEGORIES= security
NEED_VERSION= 1.302
HOMEPAGE= http://www.nai.com/asp_set/download/dats/mcafee_4x.asp
MASTER_SITES= http://download.nai.com/products/datfiles/4.x/nai/
EXTRACT_SUFX= .tar
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= "Commercial software"
PERMIT_PACKAGE_FTP= "Commercial software"
PERMIT_DISTFILES_CDROM= "Commercial software"
PERMIT_DISTFILES_FTP= "Commercial software"
ONLY_FOR_ARCH= i386
NO_BUILD= Yes
WRKDIST= ${WRKDIR}
do-configure:
sed -e 's:@PREFIX@:${PREFIX}:g' \
<${FILESDIR}/uvscan_update >${WRKDIR}/uvscan_update
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/libexec/uvscan
.for file in clean.dat internet.dat names.dat scan.dat
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uvscan
.for file in reseller.txt readme.txt packing.lst
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/uvscan
.endfor
${INSTALL_SCRIPT} ${WRKSRC}/uvscan_update ${PREFIX}/sbin
.include <bsd.port.mk>