pkgsrc/inputmethod/tegaki-pygtk/Makefile
wiz 3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00

21 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:28 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
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"