mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
22 lines
607 B
Makefile
22 lines
607 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/03/15 17:09:00 hiramatsu Exp $
|
|
|
|
DISTNAME= tegaki-pygtk-0.3.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|