23 lines
681 B
Makefile
23 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/02/27 23:47:59 markd Exp $
|
|
|
|
DISTNAME= tifffile-2021.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tifffile/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.lfd.uci.edu/~gohlke/
|
|
COMMENT= Read and write TIFF(r) files
|
|
LICENSE= modified-bsd
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} lsm2bin lsm2bin-${PYVERSSUFFIX} && \
|
|
${MV} tiffcomment tiffcomment-${PYVERSSUFFIX} && \
|
|
${MV} tifffile tifffile-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|