mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Update to version 1.19
- Add GEOIP option PR: ports/186908 Submitted by: maintainer
This commit is contained in:
parent
e5798c6f6f
commit
31f489e18b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345666
2 changed files with 10 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ncdc
|
PORTNAME= ncdc
|
||||||
PORTVERSION= 1.18.1
|
PORTVERSION= 1.19
|
||||||
CATEGORIES= net-p2p
|
CATEGORIES= net-p2p
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
|
||||||
http://dev.yorhel.nl/download/
|
http://dev.yorhel.nl/download/
|
||||||
|
@ -29,4 +29,11 @@ PLIST_FILES= bin/ncdc \
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ncdc-1.18.1.tar.gz) = cc257731cd2ccc55831b8606694c379d0d8c441d250b8003785bec3d58fa8685
|
SHA256 (ncdc-1.19.tar.gz) = c24130b8bb735f936b1090d4e5f4413c08548a45a2640193386c26dc1dc7fbf1
|
||||||
SIZE (ncdc-1.18.1.tar.gz) = 350781
|
SIZE (ncdc-1.19.tar.gz) = 354337
|
||||||
|
|
Loading…
Add table
Reference in a new issue