blob: 9513049e87e4037bb8298703c53558f4f389b3fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.13 2015/04/13 23:12:42 rodent Exp $
#
DISTNAME= ibus-table-others-1.3.7
CATEGORIES= inputmethod
MASTER_SITES= https://github.com/moebiuscurve/ibus-table-others/releases/download/${PKGVERSION_NOREV}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= All non-Chinese tables for IBus-Table
LICENSE= gnu-gpl-v3
#FileExistsError: [Errno 17] File exists: '.../work/.home/.local/share/ibus-table'
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
USE_TOOLS+= pkg-config
PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_FOR_BUILD_ONLY= yes
.include "../../lang/python/application.mk"
.include "../../inputmethod/ibus-table/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|