pkgsrc/inputmethod/libhangul/Makefile
obache 875188a558 Update libhangul to 0.0.10.
0.0.10
 * implemented new logic romaja method
 * updated to support the new Unicode standard 5.2
 * updated API document
 * fixed small bugs
2009-11-01 08:47:23 +00:00

19 lines
484 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/11/01 08:47:23 obache Exp $
DISTNAME= libhangul-0.0.10
CATEGORIES= inputmethod korean
MASTER_SITES= http://kldp.net/frs/download.php/5417/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://kldp.net/projects/hangul/
COMMENT= Library used by Korean input methods
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c99
USE_LIBTOOL= yes
USE_TOOLS+= gmake
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libhangul.pc.in
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"