SHARED_LIBS
This commit is contained in:
parent
3cf87df997
commit
93e6e8d0e3
@ -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/
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user