pkgsrc/graphics/py-gdchart/Makefile
jlam bdc6827160 Bump PKGREVISION of graphics/py-gdchart to 2 in the aftermath of gdchart
installing shared libraries.  Also convert to use buildlink2.
2003-01-24 12:44:29 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2003/01/24 12:44:29 jlam Exp $
#
DISTNAME= gdchart-py-0.6
PKGNAME= ${PYPKGPREFIX}-gdchart-0.6
PKGREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= http://www.nullcube.com/software/pygdchart.html
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://athani.pair.com/msteed/software/gdchart/
COMMENT= Python interface to GDChart
USE_BUILDLINK2= yes
USE_GMAKE= yes
MAKE_ENV= GD_INCLUDE=${LOCALBASE}/include \
GDCHART_INCLUDE=${LOCALBASE}/include \
PYTHON_INCLUDE=${LOCALBASE}/${PYINC} \
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
PYBINMODULE= yes
do-install:
.for f in ${MODULE_FILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${PYSITELIB}
.endfor
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
.for f in ${EXAMPLE_FILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLE_DIR}
.endfor
.include "../../graphics/gdchart/buildlink2.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"