Annotation of pkgsrc/inputmethod/tomoe-gtk/Makefile, Revision 1.4
1.4 ! sno 1: # $NetBSD: Makefile,v 1.3 2008/10/27 14:38:54 wiz Exp $
1.1 obache 2: #
3:
4: DISTNAME= tomoe-gtk-0.6.0
1.4 ! sno 5: PKGREVISION= 2
1.1 obache 6: CATEGORIES= inputmethod
7: MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
8:
9: MAINTAINER= obache@NetBSD.org
10: HOMEPAGE= http://tomoe.sourceforge.jp/
11: COMMENT= GUI library for tomoe's GTK+ GUI parts
12:
13: PKG_DESTDIR_SUPPORT= user-destdir
14:
15: GNU_CONFIGURE= yes
16: USE_LIBTOOL= yes
1.2 obache 17: USE_TOOLS+= gmake pkg-config msgfmt
1.1 obache 18: USE_PKGLOCALEDIR= yes
19:
20: PKGCONFIG_OVERRIDE+= tomoe-gtk.pc.in
21:
22: CONFIGURE_ARGS+= --without-python
1.3 wiz 23: # enable again once upstream supports gucharmap-2, or a
24: # gucharmap-1 package was created
25: CONFIGURE_ARGS+= --without-gucharmap
1.1 obache 26:
27: .include "../../inputmethod/tomoe/buildlink3.mk"
28: .include "../../x11/gtk2/buildlink3.mk"
29: .include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>