29 lines
770 B
Makefile
29 lines
770 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/05/09 05:19:18 obache Exp $
|
|
#
|
|
|
|
DISTNAME= libskk-0.0.12
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://cloud.github.com/downloads/ueno/libskk/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://github.com/ueno/libskk/
|
|
COMMENT= Library to deal with Japnese kana-to-kanji conversion method
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake intltool pkg-config msgfmt
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libskk/libskk.pc.in
|
|
|
|
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libgee/buildlink3.mk"
|
|
.include "../../textproc/json-glib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|