View | Details | Raw Unified | Return to bug 258400
Collapse All | Expand All

(-)b/net-mgmt/gnu-ipcalc/Makefile (+6 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	ipcalc
3
PORTNAME=	ipcalc
4
PORTVERSION=	1.0.1
4
PORTVERSION=	1.0.1
5
PORTREVISION=	1
5
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
6
PKGNAMEPREFIX=	gnu-
7
PKGNAMEPREFIX=	gnu-
7
8
Lines 25-29 MAXMINDDB_DESC= Enable GeoIP1 + GeoIP2 Support Link Here
25
DOCS_BUILD_DEPENDS=		ronn:textproc/rubygem-ronn
26
DOCS_BUILD_DEPENDS=		ronn:textproc/rubygem-ronn
26
MAXMINDDB_LIB_DEPENDS=		libmaxminddb.so:net/libmaxminddb
27
MAXMINDDB_LIB_DEPENDS=		libmaxminddb.so:net/libmaxminddb
27
MAXMINDDB_MESON_ENABLED=	use_maxminddb
28
MAXMINDDB_MESON_ENABLED=	use_maxminddb
29
MAXMINDDB_SUB_FILES=		pkg-message
30
31
post-patch-MAXMINDDB-on:
32
	@${REINPLACE_CMD} -e "s|/usr/share|${LOCALBASE}/share|g" \
33
		${WRKSRC}/ipcalc-maxmind.c
28
34
29
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)b/net-mgmt/gnu-ipcalc/files/pkg-message.in (-1 / +8 lines)
Added Link Here
0
- 
1
[
2
{ type: install
3
  message: <<EOM
4
To obtain MaxMind's GeoIP tables, install net/geoipupdate
5
and run %%LOCALBASE%%/bin/geoipupdate manually.
6
EOM
7
}
8
]

Return to bug 258400