diff options
author | taca <taca> | 2009-09-22 17:42:40 +0000 |
---|---|---|
committer | taca <taca> | 2009-09-22 17:42:40 +0000 |
commit | a1d5bb1df49a236216a488a22ef4da19dfed9286 (patch) | |
tree | 58fbb806b36476cd29fac20f55a5421b8fa5acd8 /security/f-prot-antivirus6-ws-bin | |
parent | 0b1a10276c591a4ac48a54ea832b61b2f4cfebb5 (diff) | |
download | pkgsrc-a1d5bb1df49a236216a488a22ef4da19dfed9286.tar.gz |
Importing F-PROT Antivirus for workstations.
F-PROT Antivirus is commercial product of FRISK Software International Inc.
Diffstat (limited to 'security/f-prot-antivirus6-ws-bin')
-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" |