c1b44346cd
until proven otherwise.
21 lines
543 B
Makefile
21 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $
|
|
|
|
.include "../../inputmethod/zinnia/Makefile.common"
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES+= python
|
|
|
|
COMMENT= Zinnia python module
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PYSETUPSUBDIR= python
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.06
|
|
|
|
EGG_NAME= zinnia_python-0.0.0
|
|
|
|
BUILDLINK_API_DEPENDS.zinnia+= zinnia>=${PKGVERSION_NOREV}
|
|
.include "../../inputmethod/zinnia/buildlink3.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|