pkgsrc/inputmethod/m17n-im-config/Makefile
obache 47f0412452 Import m17n-im-config version 0.9.0.
The m17n-im-config package provides a C library (libm17n-im-config.so) to create
a GTK+ widget for per-user configuration of input methods provided by the m17n
library, and a standalone GTK+ program (m17n-im-config) that uses the above
widget.
2008-02-27 14:07:46 +00:00

24 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/02/27 14:07:46 obache Exp $
#
DISTNAME= m17n-im-config-0.9.0
CATEGORIES= inputmethod devel
MASTER_SITES= http://www.m17n.org/m17n-lib-download/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.m17n.org/common/im-config/index.html
COMMENT= Configuration input methods of the m17n library
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= m17n-im-config.pc.in
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/m17n-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"