1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/libdatrie/Makefile
2021-04-06 16:31:07 +02:00

23 lines
479 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= libdatrie
PORTVERSION= 0.2.13
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Double-array trie implementation library
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= iconv libtool localbase:ldflags pathfix tar:xz
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDFLAGS+= ${ICONV_LIB}
INSTALL_TARGET= install-strip
.include <bsd.port.mk>