mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
efd8ec47bb
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>
26 lines
554 B
Makefile
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>
|