=================================================================== RCS file: /cvs/ports/www/goaccess/Attic/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- ports/www/goaccess/Attic/Makefile 2013/07/10 15:51:03 1.1.1.1 +++ ports/www/goaccess/Attic/Makefile 2013/07/10 16:14:03 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2013/07/10 15:51:03 kirby Exp $ +# $OpenBSD: Makefile,v 1.2 2013/07/10 16:14:03 kirby Exp $ COMMENT = real-time web log analyzer and interactive viewer @@ -10,44 +10,20 @@ #MAINTAINER = ??? -# Setting PERMIT_PACKAGE_CDROM=Yes defaults other PERMIT_* variables to Yes. +# GPLv2 PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c glib-2.0 m menu ncurses +WANTLIB += GeoIP c glib-2.0 m menu ncurses MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=goaccess/} -LIB_DEPENDS = devel/glib2 -#TEST_DEPENDS = ??? +LIB_DEPENDS = devel/glib2 \ + net/GeoIP -#MAKE_FLAGS = ??? -#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 +SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu -#CONFIGURE_ARGS += ${CONFIGURE_SHARED} +CONFIGURE_ARGS += --enable-geoip CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \ 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