freebsd-ports/security/barnyard-sguil/Makefile
Ion-Mihai Tetcu 7f15dd50e4 - fix configure when WITH_POSTGRES=yes
- bump PORTREVISION

PR:		123380
Submitted by:	maintainer
2008-05-09 21:33:40 +00:00

19 lines
417 B
Makefile

# 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"