30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.19 2017/01/19 18:52:13 agc Exp $
|
|
|
|
DISTNAME= tegaki-wagomu-0.3.1
|
|
PKGREVISION= 6
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
|
|
MASTER_SITES+= http://www.tegaki.org/releases/0.3/
|
|
DISTFILES= tegaki-wagomu-0.3${EXTRACT_SUFX} ${DEFAULT_DISTFILES}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.tegaki.org/
|
|
COMMENT= Simple handwriting recognition engine based on DTW
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tegaki-python>=0.3:../../inputmethod/tegaki-python
|
|
BUILD_DEPENDS+= swig-1.[0-9]*:../../devel/swig
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
# some files are missing in distfile, taken from 0.3.
|
|
# http://sourceforge.net/p/tegaki/bugs/8/
|
|
post-extract:
|
|
${CP} ${WRKDIR}/tegaki-wagomu-0.3/tegakiwagomu.py ${WRKSRC}
|
|
${CP} ${WRKDIR}/tegaki-wagomu-0.3/wagomu.h ${WRKSRC}
|
|
|
|
SUBST_CLASSES+= fixver
|
|
SUBST_STAGE.fixver= pre-configure
|
|
SUBST_FILES.fixver= tegakiwagomu.py
|
|
SUBST_SED.fixver= -e 's|0\.3|${PKGVERSION_NOREV}|'
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.1
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|