aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2011-11-19 14:25:52 +0000
committerRenato Botelho <garga@FreeBSD.org>2011-11-19 14:25:52 +0000
commitc723979b59e81927a42b8a3350f439c9e0d774d0 (patch)
treedd7324246ed3e66792b350776dd4be4c2d4b1914 /security
parent42b72045b9a71ef368115c22a056d0857fb0911d (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/clamav-milter/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 2dbf0ba61d05..343e85a36645 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -73,6 +73,7 @@
SUBDIR += clamassassin
SUBDIR += clamav
SUBDIR += clamav-devel
+ SUBDIR += clamav-milter
SUBDIR += clamav-unofficial-sigs
SUBDIR += clamcour
SUBDIR += clamd-stream-client
diff --git a/security/clamav-milter/Makefile b/security/clamav-milter/Makefile
new file mode 100644
index 000000000000..a2f210d8cb4e
--- /dev/null
+++ b/security/clamav-milter/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: clamav-milter
+# Date created: 11 November 2011
+# Whom: bz
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -milter
+
+WITH_MILTER= yes
+
+MASTERDIR= ${.CURDIR}/../clamav
+LATEST_LINK= clamav-milter
+
+CONFLICTS= clamav-[0-9]* clamav-devel-[0-9]*
+
+.include "${MASTERDIR}/Makefile"