summaryrefslogtreecommitdiff
path: root/www/geolizer/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-07-23 21:12:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-07-23 21:12:38 +0000
commit56bc4566bf2d8d35e06f1203f2f538f8fc71a196 (patch)
tree7fb6082d9db50d148829e2f4aa36b8e8e811bdae /www/geolizer/Makefile
parentA GTK+2 front-end for Aiksaurus, see more detail in (diff)
Webalizer+GeoIP
Notes
Notes: svn path=/head/; revision=114525
Diffstat (limited to 'www/geolizer/Makefile')
-rw-r--r--www/geolizer/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/www/geolizer/Makefile b/www/geolizer/Makefile
new file mode 100644
index 000000000000..5286f47bef56
--- /dev/null
+++ b/www/geolizer/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: geolizer
+# Date created: 23 July 2004
+# Whom: ache@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+CONFLICTS= webalizer-2*
+
+MASTERDIR= ${.CURDIR}/../webalizer
+
+PATCH_SITES+= http://sysd.org/proj/
+PATCHFILES+= geolizer_2.01-10-patch.20040216.tar.bz2
+PATCH_DIST_STRIP= -p1
+PATCHDIR= ${.CURDIR}/files
+MD5_FILE= ${.CURDIR}/distinfo
+DESCR= ${.CURDIR}/pkg-descr
+DOCSDIR= ${PREFIX}/share/doc/webalizer
+EXAMPLESDIR= ${PREFIX}/share/examples/webalizer
+
+WEBALIZER_LANG=english
+
+CFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ARGS+= --enable-geoip \
+ --with-geoip-lib=${LOCALBASE} \
+ --with-geoip-inc=${LOCALBASE}
+
+LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \
+ GeoIP.4:${PORTSDIR}/net/GeoIP
+
+MAINTAINER= ports@FreeBSD.org
+
+.include "${MASTERDIR}/Makefile"
+
+# Overwrite section, can't be placed before
+
+PORTNAME= geolizer
+PORTREVISION= 0
+DISTNAME= webalizer-2.01-10-src
+
+COMMENT= A web server log file analysis program, using GeoIP library
+