23 lines
512 B
Makefile
23 lines
512 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:07:34 obache Exp $
|
||
|
#
|
||
|
|
||
|
.include "../../inputmethod/zinnia/Makefile.common"
|
||
|
|
||
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||
|
CATEGORIES+= python
|
||
|
|
||
|
COMMENT= Zinnia python module
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
USE_TOOLS+= pkg-config
|
||
|
USE_LANGUAGES= c c++
|
||
|
|
||
|
PYDISTUTILSPKG= yes
|
||
|
PYSETUPSUBDIR= python
|
||
|
|
||
|
BUILDLINK_API_DEPENDS.zinnia+= zinnia>=${PKGVERSION_NOREV}
|
||
|
.include "../../inputmethod/zinnia/buildlink3.mk"
|
||
|
.include "../../lang/python/extension.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|