24 lines
596 B
Makefile
24 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.29 2017/11/23 17:20:00 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= scim-pinyin-0.5.92
|
|
PKGREVISION= 16
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.scim-im.org/
|
|
COMMENT= SCIM IMEngine module for smart pinyin
|
|
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/scim/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|