diff options
author | taca <taca@pkgsrc.org> | 2009-09-22 17:42:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-09-22 17:42:40 +0000 |
commit | 4c188e0fb730504a6bf1d82325a45782dfad3262 (patch) | |
tree | 58fbb806b36476cd29fac20f55a5421b8fa5acd8 /security | |
parent | 485d5412c45ca05bbaa83ad8e434b0fd2e0c2a84 (diff) | |
download | pkgsrc-4c188e0fb730504a6bf1d82325a45782dfad3262.tar.gz |
Importing F-PROT Antivirus for workstations.
F-PROT Antivirus is commercial product of FRISK Software International Inc.
Diffstat (limited to 'security')
-rw-r--r-- | security/f-prot-antivirus6-ws-bin/DESCR | 10 | ||||
-rw-r--r-- | security/f-prot-antivirus6-ws-bin/Makefile | 18 |
2 files changed, 28 insertions, 0 deletions
diff --git a/security/f-prot-antivirus6-ws-bin/DESCR b/security/f-prot-antivirus6-ws-bin/DESCR new file mode 100644 index 00000000000..24a305ea7d9 --- /dev/null +++ b/security/f-prot-antivirus6-ws-bin/DESCR @@ -0,0 +1,10 @@ +F-PROT Antivirus for workstations is a product of FRISK Software +International Inc. + +The license for F-PROT Antivirus for BSD Workstations is without +charge for home users, when used on personal workstations. + +F-PROT Antivirus for BSD was especially developed to effectively eradicate +viruses threatening workstations running FreeBSD, NetBSD, or OpenBSD. It +provides full protection against macro viruses and other forms of malicious +software - including Trojans. diff --git a/security/f-prot-antivirus6-ws-bin/Makefile b/security/f-prot-antivirus6-ws-bin/Makefile new file mode 100644 index 00000000000..8f1fb4bbbde --- /dev/null +++ b/security/f-prot-antivirus6-ws-bin/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/09/22 17:42:40 taca Exp $ +# +DISTNAME= ${FP_DISTNAME} +CATEGORIES= security + +MAINTAINER= taca@NetBSD.org +HOMEPAGE= http://www.f-prot.com/products/corporate_users/unix/ +COMMENT= F-PROT antivirus for workstations + +PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= pax + +FP_TYPE= ws + +do-install: install-common + +.include "../../security/f-prot-antivirus6/Makefile.common" +.include "../../mk/bsd.pkg.mk" |