summaryrefslogtreecommitdiff
path: root/devel/libdatrie/Makefile
blob: 22d1d5b06ce98725f5c21d40384562ed79044b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.1.1.1 2008/02/11 02:11:24 obache Exp $
#

DISTNAME=	libdatrie-0.1.3
CATEGORIES=	devel
MASTER_SITES=	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

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"