pkgsrc/inputmethod/scim-tables/Makefile

30 lines
780 B
Makefile
Raw Normal View History

2017-02-12 07:24:36 +01:00
# $NetBSD: Makefile,v 1.33 2017/02/12 06:25:37 ryoon Exp $
#
DISTNAME= scim-tables-0.5.14.1
2017-02-12 07:24:36 +01:00
PKGREVISION= 4
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
2015-03-15 20:11:21 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.scim-im.org/
COMMENT= Data files for SCIM Generic Table Input Method module
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= intltool msgfmt pkg-config gmake automake autoconf
GNU_CONFIGURE= yes
USE_SCIM_GTKUTILS= yes
2014-11-17 20:04:49 +01:00
BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
pre-configure:
${RUN}cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${SH} bootstrap
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../inputmethod/scim/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"