summaryrefslogtreecommitdiff
path: root/security/f-prot-antivirus6-ws-bin
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2009-09-22 17:42:40 +0000
committertaca <taca@pkgsrc.org>2009-09-22 17:42:40 +0000
commitb5b6c704d4df3a2b4bf87e073864c6149ff72544 (patch)
tree58fbb806b36476cd29fac20f55a5421b8fa5acd8 /security/f-prot-antivirus6-ws-bin
parent588d8223b3cc51918ec19ed4b285c1955ccaa472 (diff)
downloadpkgsrc-b5b6c704d4df3a2b4bf87e073864c6149ff72544.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/DESCR10
-rw-r--r--security/f-prot-antivirus6-ws-bin/Makefile18
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"