blob: a3e01c102350b814d5fd601da777503946656d3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
|