2013-09-20 22:10:23 +00:00
|
|
|
# Created by: Yen-Ming Lee <leeym@leeym.com>
|
2002-08-15 13:34:10 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= GeoIP
|
2011-07-23 16:39:41 +00:00
|
|
|
PORTVERSION= 1.4.8
|
2012-07-04 11:22:49 +00:00
|
|
|
PORTREVISION= 3
|
2007-07-22 19:53:52 +00:00
|
|
|
CATEGORIES= net geography
|
2009-01-20 15:03:24 +00:00
|
|
|
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/
|
2002-08-15 13:34:10 +00:00
|
|
|
|
2009-03-06 18:14:36 +00:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Find the country that any IP address or hostname originates from
|
2002-08-15 13:34:10 +00:00
|
|
|
|
2011-07-23 16:39:41 +00:00
|
|
|
CONFIGURE_ARGS= CC="${CC}" PATH="${PATH}" \
|
|
|
|
CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2010-12-04 07:34:27 +00:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-08-14 22:25:09 +00:00
|
|
|
USE_LDCONFIG= yes
|
2002-08-15 13:34:10 +00:00
|
|
|
|
2012-07-04 11:22:49 +00:00
|
|
|
SUB_FILES= geoipupdate.sh
|
|
|
|
|
2011-07-23 22:30:39 +00:00
|
|
|
run-autotools:
|
|
|
|
@${REINPLACE_CMD} -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \
|
|
|
|
${WRKSRC}/aclocal.m4
|
|
|
|
|
2008-07-03 21:51:55 +00:00
|
|
|
post-install:
|
2014-02-10 03:19:23 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/geoipupdate.sh ${STAGEDIR}${PREFIX}/bin/
|
2008-07-03 21:51:55 +00:00
|
|
|
|
2002-08-15 13:34:10 +00:00
|
|
|
.include <bsd.port.mk>
|