diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-26 10:56:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-26 10:56:46 +0000 |
commit | 587c8499aa7e43b00623df4c58b91911c3a07d69 (patch) | |
tree | 6d891b4ae25c20b0936ac349888ca911437f38f8 /security/barnyard-sguil/Makefile | |
parent | 29341474465cdbddd3f39b63bd7825075a3dfca5 (diff) | |
download | ports-587c8499aa7e43b00623df4c58b91911c3a07d69.tar.gz ports-587c8499aa7e43b00623df4c58b91911c3a07d69.zip |
Notes
Diffstat (limited to 'security/barnyard-sguil/Makefile')
-rw-r--r-- | security/barnyard-sguil/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/barnyard-sguil/Makefile b/security/barnyard-sguil/Makefile new file mode 100644 index 000000000000..a3e01c102350 --- /dev/null +++ b/security/barnyard-sguil/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" |