mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
29b26ddd51
Approved by: portmgr (blanket)
22 lines
510 B
Makefile
22 lines
510 B
Makefile
PORTNAME= libmaxminddb
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for the MaxMind DB file format used for GeoIP2
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= compiler:c11 cpe gmake libtool
|
|
|
|
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
CPE_VENDOR= maxmind
|
|
|
|
.include <bsd.port.mk>
|