Zinnia is a simple, customizable and portable online hand recognition system based on Support Vector Machines. This package is python module for Zinnia.
22 lines
512 B
Makefile
22 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"
|