19 lines
404 B
Makefile
19 lines
404 B
Makefile
|
# 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"
|