23 lines
566 B
Makefile
23 lines
566 B
Makefile
# $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"
|