blob: fd0c02233695d58ea2c8a0d1cd1c8f432ca1fdc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.3 2015/03/15 17:47:14 hiramatsu Exp $
#
DISTNAME= tegaki-wagomu-japanese-kyoiku-0.3
CATEGORIES= inputmethod japanese
MASTER_SITES= http://www.tegaki.org/releases/0.3/models/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tegaki.org/
COMMENT= Tegaki project handwriting model for Wagomu-Japanese (kyoiku)
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= # none
NO_BUILD= yes
INSTALLATION_DIRS= share/tegaki/models/wagomu
INSTALL_MAKE_FLAGS+= installpath=${DESTDIR}${PREFIX}/share/tegaki/models/wagomu
.include "../../mk/bsd.pkg.mk"
|