freebsd-ports/net/ip2proxy/Makefile
Ryan Steinmetz 75b1f8cef4 New port: net/ip2proxy:
This library is the C programming language library to support all IP2Proxy™
BIN database products to query proxy IP address and its country, region,
city, ISP name and proxy types. It has been optimized for speed and memory
utilization.

WWW: https://ip2location.com/development-libraries/ip2proxy/c
2019-09-10 21:49:57 +00:00

29 lines
521 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= ip2proxy
PORTVERSION= 20190910
CATEGORIES= net
MAINTAINER= zi@FreeBSD.org
COMMENT= C library to lookup proxies
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= ip2location
GH_PROJECT= ${PORTNAME}-c
GH_TAGNAME= 40abce6
USES= autoreconf libtool
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-patch:
${CHMOD} +x ${WRKSRC}/configure
post-install:
(cd ${WRKSRC} && ${MAKE} install-data DESTDIR=${STAGEDIR})
.include <bsd.port.mk>