2012-02-16 19:45:59 +01:00
|
|
|
# $NetBSD: Makefile,v 1.9 2012/02/16 18:46:51 hans Exp $
|
2008-02-11 03:11:24 +01:00
|
|
|
#
|
|
|
|
|
2011-12-06 12:06:51 +01:00
|
|
|
DISTNAME= libdatrie-0.2.5
|
2008-02-11 03:11:24 +01:00
|
|
|
CATEGORIES= devel
|
2009-05-15 10:52:42 +02:00
|
|
|
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
|
|
|
|
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
|
2008-02-11 03:11:24 +01:00
|
|
|
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
|
|
HOMEPAGE= http://linux.thai.net/~thep/datrie/datrie.html
|
|
|
|
COMMENT= Implementation of Double-Array Trie
|
2009-05-15 10:52:42 +02:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
|
2008-02-11 03:11:24 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
2012-02-16 19:45:59 +01:00
|
|
|
LIBS.SunOS+= -liconv
|
|
|
|
|
2009-05-15 10:52:42 +02:00
|
|
|
PKGCONFIG_OVERRIDE+= datrie-0.2.pc.in
|
2008-02-11 03:11:24 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-doxygen-doc
|
|
|
|
|
2009-05-15 10:52:42 +02:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
2008-02-11 03:11:24 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|