summaryrefslogtreecommitdiff
path: root/security/f-prot-antivirus6-fs-bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/f-prot-antivirus6-fs-bin/Makefile')
-rw-r--r--security/f-prot-antivirus6-fs-bin/Makefile20
1 files changed, 20 insertions, 0 deletions
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"