freebsd-ports/net/ruby-net-geoip/Makefile
Yen-Ming Lee cd62882342 - net/GeoIP uses its own libtool even if we define USE_LIBTOOL*
- add missing @exec and remove old SIZE in net/GeoIP
- update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION
- utilize PORTDOCS in www/mod_geoip

Noticed by:	kris
2004-05-30 07:19:41 +00:00

37 lines
743 B
Makefile

# New ports collection makefile for: ruby-net-geoip
# Date created: 2002-10-08
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= net-geoip
PORTVERSION= 0.06
PORTREVISION= 2
CATEGORIES= net ruby
MASTER_SITES= http://www.rubynet.org/modules/net/geoip/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= seanc@FreeBSD.org
COMMENT= A Ruby extension that wraps around libGeoIP
LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP
USE_BZIP2= yes
USE_ICONV= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
DOCS= README
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>