ec4f86733b
A set of command-line tools for Tegaki.
24 lines
641 B
Makefile
24 lines
641 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 12:53:14 obache Exp $
|
|
#
|
|
|
|
DISTNAME= tegaki-tools-0.3.1
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.tegaki.org/
|
|
COMMENT= Set of command-line tools for Tegaki
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tegaki-python>=0.3:../../inputmethod/tegaki-python
|
|
DEPENDS+= tegaki-pygtk>=0.3:../../inputmethod/tegaki-pygtk
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|