1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/japanese/dams/Makefile
Matthias Andree efd8ec47bb japanese/dams: Geocoder that converts address strings into latitude and longitude
Geocoder DAMS (Distributed Address Matching System) is software
that provides a "geocoding" function that converts address strings
into latitude and longitude.

WWW: http://newspat.csis.u-tokyo.ac.jp/geocode/

PR:		243054
Submitted by:	Tomohiro Hosaka <bokutin@bokut.in>
2020-05-04 11:29:18 +00:00

26 lines
554 B
Makefile

# $FreeBSD$
PORTNAME= dams
PORTVERSION= 4.3.4
CATEGORIES= japanese
MASTER_SITES= http://newspat.csis.u-tokyo.ac.jp/download/
MAINTAINER= bokutin@bokut.in
COMMENT= Geocoder that converts address strings into latitude and longitude
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool tar:tgz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
ALL_TARGET= all dic
INSTALL_TARGET= install install-dic install-strip
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/dams ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>