blob: d36e76a43c922baba9130651f31e5bed1a8e1b00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: barnyard-sguil
# Date created: 23 Jan 2006
# Whom: pauls
#
# $FreeBSD$
#
PKGNAMESUFFIX= -sguil
COMMENT= An output system for Snort (patched for sguil)
PORTREVISION= 1
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"
|