=================================================================== RCS file: /cvs/ports/security/sagan/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/security/sagan/Makefile 2011/05/07 09:47:19 1.1 +++ ports/security/sagan/Makefile 2011/08/28 17:13:13 1.2 @@ -1,14 +1,17 @@ -# $OpenBSD: Makefile,v 1.1 2011/05/07 09:47:19 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2011/08/28 17:13:13 yason Exp $ +USE_SYSTRACE=Yes +# check path to classifications.conf +# add rules file COMMENT = event log monitoring system -DISTNAME = sagan-0.1.7 +DISTNAME = sagan-0.2.0 CATEGORIES = security -HOMEPAGE = http://sagan.softwink.com +HOMEPAGE = http://sagan.quadrantsec.com/ -#MAINTAINER = ??? +MAINTAINER = Kirill Bychkov # GPLv2 PERMIT_PACKAGE_CDROM = Yes @@ -16,7 +19,7 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = c m pcre pthread +WANTLIB = c m pcap pcre pthread MASTER_SITES = ${HOMEPAGE}/download/ @@ -26,31 +29,14 @@ LIB_DEPENDS = devel/pcre CONFIGURE_STYLE = gnu -CONFIGURE_ARGS += --disable-esmtp --disable-postgresql --disable-mysql --disable-prelude -CONFIGURE_ENV = CPPFLAGS=-I${LOCALBASE}/include \ +CONFIGURE_ARGS += --disable-esmtp \ + --disable-lognorm \ + --disable-postgresql \ + --disable-mysql \ + --disable-prelude \ + --disable-libdnet +CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib - -#FLAVORS = 1 2 3 a b -#FLAVOR ?= -# grab multiple choice value -#CHOICE = ${FLAVOR:L:Na:Nb} -# check that CHOICE is 1 OR 2 OR 3, or error out -#.if ${CHOICE} == "1" -# code for 1 -#.elif ${CHOICE} == "2" -# code for 2 -#.elif ${CHOICE} == "3" -# code for 3 -#.else -#ERRORS += "Fatal: Conflicting flavor: ${FLAVOR}" -#.endif -# check for switches -#.if ${FLAVOR:L:Ma} -# code for a -#.endif -#.if ${FLAVOR:L:Mb} -# code for b -#.endif NO_REGRESS = Yes