pkgsrc-wip/scim-tomoe/Makefile
OBATA Akio bffa576d10 * Add missing LICENSE definitions.
* clean up dependency on scim-gtkutils.
   * not include gtk2.bl3.mk in scim.bl3.mk automatically anymore
   * define USE_SCIM_GTKUTILS=yes by each package if using scim_gtkutils library
   * include gtk2.bl3.mk directry if the package using gtk2 directly
2009-11-23 11:37:54 +00:00

25 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/11/23 11:37:54 obache Exp $
#
DISTNAME= scim-tomoe-0.6.0
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://tomoe.sourceforge.jp/
COMMENT= SCIM IMEngine module for Tomoe
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES+= c c++
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt pkg-config intltool
GNU_CONFIGURE= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../inputmethod/tomoe-gtk/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../wip/scim/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"