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

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

version 1.1.1.1, 2011/05/07 09:47:19 version 1.3, 2013/09/03 15:13:59
Line 2 
Line 2 
   
 COMMENT =               event log monitoring system  COMMENT =               event log monitoring system
   
 DISTNAME =              sagan-0.1.7  DISTNAME =              sagan-0.3.0
   
 CATEGORIES =            security  CATEGORIES =            security
   
 HOMEPAGE =              http://sagan.softwink.com  HOMEPAGE =              http://sagan.quadrantsec.com/
   
 #MAINTAINER =           ???  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 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
   
 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-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  
   
 post-install:  post-install:
         ${INSTALL_DATA_DIR} ${PREFIX}/share/sagan/          ${INSTALL_DATA_DIR} ${PREFIX}/share/sagan/

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

CVSweb