Sunpoet Po-Chuan Hsieh 5a909a8f85 Fix build on powerpc
PR:		237497
Submitted by:	pkubaj
2019-04-23 17:53:33 +00:00

23 lines
514 B
Makefile

# $FreeBSD$
PORTNAME= libmaxminddb
PORTVERSION= 1.3.2
PORTREVISION= 1
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>