2008-05-03 15:19:34 +02:00
|
|
|
# New ports collection makefile for: barnyard-sguil
|
2006-01-26 11:56:46 +01:00
|
|
|
# Date created: 23 Jan 2006
|
|
|
|
# Whom: pauls
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2008-05-03 15:19:34 +02:00
|
|
|
PKGNAMESUFFIX= -sguil
|
|
|
|
COMMENT= An output system for Snort (patched for sguil)
|
2008-05-09 23:33:40 +02:00
|
|
|
PORTREVISION= 1
|
2006-01-26 11:56:46 +01:00
|
|
|
|
|
|
|
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"
|