pkgsrc/devel/libdatrie/Makefile

27 lines
696 B
Makefile
Raw Normal View History

2015-03-15 18:08:59 +01:00
# $NetBSD: Makefile,v 1.14 2015/03/15 17:09:00 hiramatsu Exp $
#
DISTNAME= libdatrie-0.2.8
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
EXTRACT_SUFX= .tar.xz
2015-03-15 18:08:59 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://linux.thai.net/~thep/datrie/datrie.html
COMMENT= Implementation of Double-Array Trie
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= ICONV_LIBS=${BUILDLINK_LDADD.iconv:Q}
2012-02-16 19:45:59 +01:00
PKGCONFIG_OVERRIDE+= datrie-0.2.pc.in
CONFIGURE_ARGS+= --disable-doxygen-doc
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"