diff options
Diffstat (limited to 'security/barnyard-sguil6/Makefile')
-rw-r--r-- | security/barnyard-sguil6/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/barnyard-sguil6/Makefile b/security/barnyard-sguil6/Makefile new file mode 100644 index 0000000..a3e01c1 --- /dev/null +++ b/security/barnyard-sguil6/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: barnyard-sguil6 +# Date created: 23 Jan 2006 +# Whom: pauls +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -sguil6 +COMMENT= An output system for Snort (patched for sguil6) + +LIB_DEPENDS+= tcl84.1:${PORTSDIR}/lang/tcl84 + +MASTERDIR= ${.CURDIR}/../barnyard +PATCHDIR= ${.CURDIR}/files + +CONFIGURE_ARGS+= --enable-tcl --with-tcl=${PREFIX}/lib/tcl8.4 + +.include "${MASTERDIR}/Makefile" |