diff options
-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" |