1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/japanese/dams/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
541 B
Makefile

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>