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

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

version 1.2, 2011/08/28 17:13:13 version 1.3, 2013/09/03 15:13:59
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.2.0  DISTNAME =              sagan-0.3.0
   
 CATEGORIES =            security  CATEGORIES =            security
   
 HOMEPAGE =              http://sagan.quadrantsec.com/  HOMEPAGE =              http://sagan.quadrantsec.com/
   
 MAINTAINER =            Kirill Bychkov <yason@linklevel.net>  MAINTAINER =            Kirill Bychkov <kirby@openbsd.org>
   
 # GPLv2  # GPLv2
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE_CDROM =  Yes
 PERMIT_PACKAGE_FTP =    Yes  
 PERMIT_DISTFILES_CDROM =Yes  
 PERMIT_DISTFILES_FTP =  Yes  
   
 WANTLIB =               c m pcap pcre pthread  WANTLIB =               c m pcap pcre pthread
   
 MASTER_SITES =          ${HOMEPAGE}/download/  MASTER_SITES =          http://sagan.quadrantsec.com/download/
   
 #MODULES =              ???  
 #BUILD_DEPENDS =        ???  #BUILD_DEPENDS =        ???
 #RUN_DEPENDS =          ???  #RUN_DEPENDS =          ???
 LIB_DEPENDS =           devel/pcre  LIB_DEPENDS =           devel/pcre
Line 31 
Line 24 
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ARGS +=       --disable-esmtp \  CONFIGURE_ARGS +=       --disable-esmtp \
                         --disable-lognorm \                          --disable-lognorm \
                         --disable-postgresql \  
                         --disable-mysql \  
                         --disable-prelude \  
                         --disable-libdnet                          --disable-libdnet
 CONFIGURE_ENV +=        CPPFLAGS=-I${LOCALBASE}/include \  CONFIGURE_ENV +=        CPPFLAGS=-I${LOCALBASE}/include \
                         LDFLAGS=-L${LOCALBASE}/lib                          LDFLAGS=-L${LOCALBASE}/lib
   
 NO_REGRESS =            Yes  
   
 post-install:  post-install:
         ${INSTALL_DATA_DIR} ${PREFIX}/share/sagan/          ${INSTALL_DATA_DIR} ${PREFIX}/share/sagan/

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

CVSweb