diff options
author | taca <taca@pkgsrc.org> | 2009-09-22 17:40:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-09-22 17:40:32 +0000 |
commit | e6a816664e8f59a4f18e47201456f101a736b4f8 (patch) | |
tree | c1cea25a2f7b82b48992e5ae9a9d4c2783637599 /security | |
parent | 03c1bbc9d7a4f3b7ebafcd785a2616d81a83d8a1 (diff) | |
download | pkgsrc-e6a816664e8f59a4f18e47201456f101a736b4f8.tar.gz |
Importing F-PROT Antivirus for fileservers.
F-PROT Antivirus is commercial product of FRISK Software International Inc.
Diffstat (limited to 'security')
-rw-r--r-- | security/f-prot-antivirus6-fs-bin/DESCR | 7 | ||||
-rw-r--r-- | security/f-prot-antivirus6-fs-bin/Makefile | 20 |
2 files changed, 27 insertions, 0 deletions
diff --git a/security/f-prot-antivirus6-fs-bin/DESCR b/security/f-prot-antivirus6-fs-bin/DESCR new file mode 100644 index 00000000000..7dd32b8bfda --- /dev/null +++ b/security/f-prot-antivirus6-fs-bin/DESCR @@ -0,0 +1,7 @@ +F-PROT Antivirus for file servers is a product of FRISK Software +International Inc. + +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-fs-bin/Makefile b/security/f-prot-antivirus6-fs-bin/Makefile new file mode 100644 index 00000000000..93972cfa285 --- /dev/null +++ b/security/f-prot-antivirus6-fs-bin/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/09/22 17:40:32 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 File Servers + +PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= pax + +FP_TYPE= fs + +RCD_SCRIPTS= fpscand + +do-install: install-common install-fpscand + +.include "../../security/f-prot-antivirus6/Makefile.common" +.include "../../mk/bsd.pkg.mk" |