blob: a11bcb410eb6d89dc7ff780aa8351af5f8164825 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.2 2008/03/16 15:38:08 obache Exp $
#
DISTNAME= libdatrie-0.1.3
CATEGORIES= devel
MASTER_SITES= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/ \
http://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
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= datrie.pc.in
CONFIGURE_ARGS+= --disable-doxygen-doc
.include "../../mk/bsd.pkg.mk"
|