pkgsrc/devel/libdatrie/Makefile

23 lines
509 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2008/03/17 12:52:00 obache Exp $
#
DISTNAME= libdatrie-0.1.3
CATEGORIES= devel
MASTER_SITES= 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"