25 lines
667 B
Makefile
25 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.27 2016/08/03 10:23:01 adam Exp $
|
|
#
|
|
|
|
DISTNAME= scim-hangul-0.4.0
|
|
PKGREVISION= 13
|
|
CATEGORIES= inputmethod korean
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.scim-im.org/
|
|
COMMENT= SCIM IMEngine module for inputing korean scripts
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= msgfmt pkg-config gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_SCIM_GTKUTILS= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../inputmethod/libhangul/buildlink3.mk"
|
|
.include "../../inputmethod/scim/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|