c1b44346cd
until proven otherwise.
22 lines
624 B
Makefile
22 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $
|
|
|
|
DISTNAME= tegaki-pygtk-0.3.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.tegaki.org/
|
|
COMMENT= Base user interface library for the Tegaki project
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tegaki-python>=0.2:../../inputmethod/tegaki-python
|
|
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|