aboutsummaryrefslogtreecommitdiff
path: root/security/barnyard2-sguil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/barnyard2-sguil/Makefile')
-rw-r--r--security/barnyard2-sguil/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/barnyard2-sguil/Makefile b/security/barnyard2-sguil/Makefile
new file mode 100644
index 000000000000..e7e34289f54f
--- /dev/null
+++ b/security/barnyard2-sguil/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -sguil
+
+MASTERDIR= ${.CURDIR}/../barnyard2
+
+# enable tcl binding for sguil
+WITH_TCL= yes
+SLAVE= yes
+
+.include "${MASTERDIR}/Makefile"