freebsd-ports/devel/libdatrie/Makefile

23 lines
491 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
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>