[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / security / sagan

Diff for /ports/security/sagan/Makefile between version 1.1 and 1.2

version 1.1, 2011/05/07 09:47:19 version 1.2, 2011/08/28 17:13:13
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   USE_SYSTRACE=Yes
   # check path to classifications.conf
   # add rules file
   
 COMMENT =               event log monitoring system  COMMENT =               event log monitoring system
   
 DISTNAME =              sagan-0.1.7  DISTNAME =              sagan-0.2.0
   
 CATEGORIES =            security  CATEGORIES =            security
   
 HOMEPAGE =              http://sagan.softwink.com  HOMEPAGE =              http://sagan.quadrantsec.com/
   
 #MAINTAINER =           ???  MAINTAINER =            Kirill Bychkov <yason@linklevel.net>
   
 # GPLv2  # GPLv2
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE_CDROM =  Yes
Line 16 
Line 19 
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB =               c m pcre pthread  WANTLIB =               c m pcap pcre pthread
   
 MASTER_SITES =          ${HOMEPAGE}/download/  MASTER_SITES =          ${HOMEPAGE}/download/
   
Line 26 
Line 29 
 LIB_DEPENDS =           devel/pcre  LIB_DEPENDS =           devel/pcre
   
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ARGS +=       --disable-esmtp --disable-postgresql --disable-mysql --disable-prelude  CONFIGURE_ARGS +=       --disable-esmtp \
 CONFIGURE_ENV =         CPPFLAGS=-I${LOCALBASE}/include \                          --disable-lognorm \
                           --disable-postgresql \
                           --disable-mysql \
                           --disable-prelude \
                           --disable-libdnet
   CONFIGURE_ENV +=        CPPFLAGS=-I${LOCALBASE}/include \
                         LDFLAGS=-L${LOCALBASE}/lib                          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  NO_REGRESS =            Yes
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb