60f460ab01
block). Uncomment some commented out LICENSE lines while here.
25 lines
641 B
Makefile
25 lines
641 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:10 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libdatrie-0.2.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
|
|
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://linux.thai.net/~thep/datrie/datrie.html
|
|
COMMENT= Implementation of Double-Array Trie
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= datrie-0.2.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-doxygen-doc
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|