23 lines
589 B
Makefile
23 lines
589 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 06:07:57 obache Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= uim-tomoe-gtk-0.6.0
|
||
|
CATEGORIES= inputmethod
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
|
||
|
|
||
|
MAINTAINER= obache@NetBSD.org
|
||
|
HOMEPAGE= http://tomoe.sourceforge.jp/
|
||
|
COMMENT= UIM helper program for Tomoe
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_LIBTOOL= yes
|
||
|
USE_TOOLS+= gmake intltool msgfmt
|
||
|
USE_PKGLOCALEDIR= yes
|
||
|
|
||
|
.include "../../inputmethod/tomoe/buildlink3.mk"
|
||
|
.include "../../inputmethod/tomoe-gtk/buildlink3.mk"
|
||
|
.include "../../inputmethod/uim/buildlink3.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|