blob: 562af9833c402fd52c7579ea979e31f474f51525 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdatrie
PORTVERSION= 0.2.10
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Double-array trie implementation library
LICENSE= LGPL21
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= iconv libtool pathfix tar:xz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
PORTDOCS= README.migration
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|