27 lines
673 B
Makefile
27 lines
673 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 12:52:21 obache Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= tegaki-recognize-0.3.1.2
|
||
|
CATEGORIES= inputmethod
|
||
|
MASTER_SITES= http://www.tegaki.org/releases/0.3.1/
|
||
|
|
||
|
MAINTAINER= obache@NetBSD.org
|
||
|
HOMEPAGE= http://www.tegaki.org/
|
||
|
COMMENT= Tegaki project integration in the desktop
|
||
|
LICENSE= gnu-gpl-v2
|
||
|
|
||
|
DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
USE_LANGUAGES= # none
|
||
|
|
||
|
REPLACE_PYTHON= bin/tegaki-recognize
|
||
|
|
||
|
EGG_NAME= ${PKGNAME:S/-/_/}
|
||
|
|
||
|
.include "../../lang/python/distutils.mk"
|
||
|
.include "../../lang/python/application.mk"
|
||
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|