1afcda11a8
Tegaki project handwriting models for Wagomu engine, Japanese (all).
27 lines
698 B
Makefile
27 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/01/14 10:34:18 obache Exp $
|
|
#
|
|
|
|
DISTNAME= tegaki-wagomu-japanese-0.3
|
|
CATEGORIES= inputmethod japanese
|
|
MASTER_SITES= http://www.tegaki.org/releases/0.3/models/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.tegaki.org/
|
|
COMMENT= Tegaki project handwriting model for Wagomu-Japanese (all)
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
CONFLICTS+= tegaki-wagomu-japanese-kyoiku-[0-9]*
|
|
CONFLICTS+= tegaki-wagomu-japanese-joyo-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|