mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
23 lines
479 B
Makefile
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>
|