mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
27 lines
542 B
Makefile
27 lines
542 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdatrie
|
|
PORTVERSION= 0.2.12
|
|
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
|
|
USES= iconv libtool pathfix tar:xz
|
|
USE_LDCONFIG= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
|
|
|
PORTDOCS= README.migration
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|