SHARED_LIBS

This commit is contained in:
steven 2005-12-30 21:04:39 +00:00
parent 3cf87df997
commit 93e6e8d0e3
2 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,12 @@
# $OpenBSD: Makefile,v 1.7 2005/12/09 19:33:45 steven Exp $
# $OpenBSD: Makefile,v 1.8 2005/12/30 21:04:39 steven Exp $
COMMENT= "find the country where IP address/hostname originates from"
DISTNAME= GeoIP-1.3.14
SHARED_LIBS= GeoIP 4.14 \
GeoIPUpdate 0.0
MODGNU_SHARED_LIBS= GeoIP '' \
GeoIPUpdate ''
CATEGORIES= net
HOMEPAGE= http://www.maxmind.com/geoip/

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/09 19:33:45 steven Exp $
@lib lib/libGeoIP.so.4.14
@lib lib/libGeoIPUpdate.so.0.0
@comment $OpenBSD: PFRAG.shared,v 1.5 2005/12/30 21:04:39 steven Exp $
@lib lib/libGeoIP.so.${LIBGeoIP_VERSION}
@lib lib/libGeoIPUpdate.so.${LIBGeoIPUpdate_VERSION}