2012-10-25 08:55:37 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2012/10/25 06:56:48 asau Exp $
|
2010-05-19 14:37:04 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../../textproc/cabocha/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2012-02-07 12:05:00 +01:00
|
|
|
PKGREVISION= 1
|
2010-05-19 14:37:04 +02:00
|
|
|
CATEGORIES+= python
|
|
|
|
|
|
|
|
COMMENT= CaboCha python module
|
|
|
|
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
|
|
|
PYSETUPSUBDIR= python
|
|
|
|
|
2012-02-07 12:05:00 +01:00
|
|
|
EGG_NAME= ${DISTNAME:S/-/_python-/}
|
|
|
|
|
2010-05-19 14:37:04 +02:00
|
|
|
BUILDLINK_API_DEPENDS.cabocha+= cabocha>=${PKGVERSION_NOREV}
|
|
|
|
.include "../../textproc/cabocha/buildlink3.mk"
|
2012-02-07 12:05:00 +01:00
|
|
|
.include "../../lang/python/distutils.mk"
|
2010-05-19 14:37:04 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|