diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-02-22 16:53:41 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-02-22 16:53:41 +0000 |
commit | 31f489e18b4a0c4c3590c51e663740994bfef3e3 (patch) | |
tree | 385f5c9833b13829142d2716b812d88387121b95 | |
parent | e5798c6f6fb17e7a2338f7378af5910a455de570 (diff) | |
download | ports-31f489e18b4a0c4c3590c51e663740994bfef3e3.tar.gz ports-31f489e18b4a0c4c3590c51e663740994bfef3e3.zip |
Notes
-rw-r--r-- | net-p2p/ncdc/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/ncdc/distinfo | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile index 02ecc56ff6b2..42de386f3a85 100644 --- a/net-p2p/ncdc/Makefile +++ b/net-p2p/ncdc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ncdc -PORTVERSION= 1.18.1 +PORTVERSION= 1.19 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://dev.yorhel.nl/download/ @@ -29,4 +29,11 @@ PLIST_FILES= bin/ncdc \ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= GEOIP + +GEOIP_CONFIGURE_WITH= geoip +GEOIP_CONFIGURE_ENV= GEOIP_CFLAGS="-I${LOCALBASE}/include" \ + GEOIP_LIBS="-L${LOCALBASE}/lib -lGeoIP" +GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP + .include <bsd.port.mk> diff --git a/net-p2p/ncdc/distinfo b/net-p2p/ncdc/distinfo index 497b23744f7e..a1d66be1b9fa 100644 --- a/net-p2p/ncdc/distinfo +++ b/net-p2p/ncdc/distinfo @@ -1,2 +1,2 @@ -SHA256 (ncdc-1.18.1.tar.gz) = cc257731cd2ccc55831b8606694c379d0d8c441d250b8003785bec3d58fa8685 -SIZE (ncdc-1.18.1.tar.gz) = 350781 +SHA256 (ncdc-1.19.tar.gz) = c24130b8bb735f936b1090d4e5f4413c08548a45a2640193386c26dc1dc7fbf1 +SIZE (ncdc-1.19.tar.gz) = 354337 |