mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
587c8499aa
PR: ports/92241 Submitted by: Paul Schmehl <pauls@utdallas.edu>
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"
|