![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / graphics / py-gdchart / Makefile (download)
Revision 1.54, Sun Jan 29 21:16:43 2023 UTC (4 months ago) by ryoon
*: Recursive revbup from graphics/freetype2 |
# $NetBSD: Makefile,v 1.54 2023/01/29 21:16:43 ryoon Exp $ DISTNAME= gdchart-py-0.6 PKGNAME= ${PYPKGPREFIX}-gdchart-0.6 PKGREVISION= 24 CATEGORIES= graphics python MASTER_SITES= http://www.nullcube.com/software/pygdchart.html MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://users.fred.net/brv/chart/ COMMENT= Python interface to GDChart USE_TOOLS+= gmake MAKE_ENV+= GD_INCLUDE=${LOCALBASE}/include \ GDCHART_INCLUDE=${LOCALBASE}/include \ PYTHON_INCLUDE=${LOCALBASE}/${PYINC} \ HAVE_LIBFREETYPE=1 \ LOCALBASE=${LOCALBASE} PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} MODULE_FILES= chart.py gdchart.so EXAMPLE_FILES= test.html test.py CHANGES EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart PY_PATCHPLIST= yes PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.6 INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///} do-install: .for f in ${MODULE_FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${PYSITELIB} .endfor ${INSTALL_DATA_DIR} ${DESTDIR}${EXAMPLE_DIR} .for f in ${EXAMPLE_FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${EXAMPLE_DIR} .endfor .include "../../graphics/gdchart/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk"