mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
22 lines
498 B
Makefile
22 lines
498 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmaxminddb
|
|
PORTVERSION= 1.5.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 gmake libtool
|
|
|
|
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|