diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-15 17:09:38 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-15 17:09:38 +0000 |
commit | a9144ac62bef27276f284679ae1b161608d1a029 (patch) | |
tree | 255a66dec3e7d4b529f72654eb40306375ef50f9 /security/barnyard2-sguil/Makefile | |
parent | b6131938c1d644876441f3a2dd5c9155ff049ef3 (diff) |
Notes
Diffstat (limited to 'security/barnyard2-sguil/Makefile')
-rw-r--r-- | security/barnyard2-sguil/Makefile | 12 |
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" |