[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / www / goaccess

Diff for /ports/www/goaccess/Attic/Makefile between version 1.1.1.1 and 1.3

version 1.1.1.1, 2013/07/10 15:51:03 version 1.3, 2013/07/16 10:59:38
Line 2 
Line 2 
   
 COMMENT =               real-time web log analyzer and interactive viewer  COMMENT =               real-time web log analyzer and interactive viewer
   
 DISTNAME =              goaccess-0.5  DISTNAME =              goaccess-0.6
   
 CATEGORIES =            www  CATEGORIES =            www
   
 HOMEPAGE =              http://goaccess.prosoftcorp.com/  HOMEPAGE =              http://goaccess.prosoftcorp.com/
   
 #MAINTAINER =           ???  MAINTAINER =            Kirill Bychkov <kirby@openbsd.org>
   
 # Setting PERMIT_PACKAGE_CDROM=Yes defaults other PERMIT_* variables to Yes.  # GPLv2
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE_CDROM =  Yes
   
 WANTLIB +=              c glib-2.0 m menu ncurses  WANTLIB +=              GeoIP c glib-2.0 m ncurses pthread
   
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=goaccess/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=goaccess/}
   
 LIB_DEPENDS =           devel/glib2  LIB_DEPENDS =           devel/glib2 \
 #TEST_DEPENDS =         ???                          net/GeoIP
   
 #MAKE_FLAGS =           ???  SEPARATE_BUILD =        Yes
 #MAKE_ENV =             ???  
 #FAKE_FLAGS =           ???  
 #TEST_FLAGS =           ???  
   
 #SEPARATE_BUILD =       Yes (build in a directory other than WRKSRC)  
 #SEPARATE_BUILD =       flavored (distinct flavors may share a common WRKSRC)  
 USE_GMAKE =             Yes  
 #USE_GROFF =            Yes  
 #USE_LIBTOOL=           gnu  
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 #CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}  CONFIGURE_ARGS +=       --enable-geoip
 CONFIGURE_ENV =         CPPFLAGS="-I${LOCALBASE}/include" \  CONFIGURE_ENV =         CPPFLAGS="-I${LOCALBASE}/include" \
                         LDFLAGS="-L${LOCALBASE}/lib"                          LDFLAGS="-L${LOCALBASE}/lib"
   
 #TEST_IS_INTERACTIVE =          Yes  
   
 #NO_TEST =              Yes  
   
 #CFLAGS =               ???  
 #LDFLAGS =              ???  
 #MAKE_FILE =            ???  
 #PKG_ARCH =             ??? (* for arch-independent packages)  
 #WRKDIST =              ??? if other than ${WRKDIR}/${DISTNAME}  
 #WRKSRC =               ??? if other than ${WRKDIST}  
 #WRKBUILD =             ??? if other than ${WRKSRC}  
 #WRKCONF =              ??? if other than ${WRKBUILD}  
   
 #TEST_TARGET =          ???  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb