2418da2016
Changes: - Improve internal code. - Add an option to set the font for off-the-spot and root window. - Other bug fixes.
22 lines
609 B
Makefile
22 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.28 2008/12/20 04:50:23 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= nabi-0.99.3
|
|
CATEGORIES= korean inputmethod
|
|
MASTER_SITES= http://kldp.net/frs/download.php/4929/
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://nabi.kldp.net/
|
|
COMMENT= X Input Method for Korean
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= pkg-config msgfmt
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../inputmethod/libhangul/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|