1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/ip2location/Makefile
Sunpoet Po-Chuan Hsieh 1488e6072c - Update to 7.0.2
PR:		202873
Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)
2015-09-03 16:47:09 +00:00

24 lines
509 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= ip2location
PORTVERSION= 7.0.2
CATEGORIES= net
MASTER_SITES= http://www.ip2location.com/downloads/
DISTNAME= ${PORTNAME}-c-${PORTVERSION}
MAINTAINER= gasol.wu@gmail.com
COMMENT= C library to find user\'s location
LICENSE= LGPL3
USES= autoreconf libtool perl5
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-install:
(cd ${WRKSRC}/data && ${MAKE} convert install-data DESTDIR=${STAGEDIR})
.include <bsd.port.mk>