Added
Link Here
|
1 |
# New ports collection makefile for: barnyard2-sguil |
2 |
# Date created: 23 Jan 2006 |
3 |
# Whom: pauls |
4 |
# |
5 |
# $FreeBSD$ |
6 |
# |
7 |
|
8 |
PKGNAMESUFFIX= -sguil |
9 |
COMMENT= An output system for Snort or Suricata |
10 |
|
11 |
LIB_DEPENDS+= tcl84.1:${PORTSDIR}/lang/tcl84 |
12 |
|
13 |
MASTERDIR= ${.CURDIR}/../barnyard2 |
14 |
|
15 |
CONFIGURE_ARGS+= --with-tcl |
16 |
|
17 |
.include "${MASTERDIR}/Makefile" |