Sat Jan 25 09:02:06 2014 UTC ()
Update HOMEPAGE. Mark as not ready for python-3.x.


(wiz)
diff -r1.36 -r1.37 pkgsrc/graphics/py-gdchart/Makefile

cvs diff -r1.36 -r1.37 pkgsrc/graphics/py-gdchart/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/py-gdchart/Makefile 2013/09/04 12:31:25 1.36
+++ pkgsrc/graphics/py-gdchart/Makefile 2014/01/25 09:02:06 1.37
@@ -1,36 +1,37 @@ @@ -1,36 +1,37 @@
1# $NetBSD: Makefile,v 1.36 2013/09/04 12:31:25 obache Exp $ 1# $NetBSD: Makefile,v 1.37 2014/01/25 09:02:06 wiz Exp $
2 2
3DISTNAME= gdchart-py-0.6 3DISTNAME= gdchart-py-0.6
4PKGNAME= ${PYPKGPREFIX}-gdchart-0.6 4PKGNAME= ${PYPKGPREFIX}-gdchart-0.6
5PKGREVISION= 16 5PKGREVISION= 16
6CATEGORIES= graphics python 6CATEGORIES= graphics python
7MASTER_SITES= http://www.nullcube.com/software/pygdchart.html 7MASTER_SITES= http://www.nullcube.com/software/pygdchart.html
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://athani.pair.com/msteed/software/gdchart/ 10HOMEPAGE= http://users.fred.net/brv/chart/
11COMMENT= Python interface to GDChart 11COMMENT= Python interface to GDChart
12 12
13USE_TOOLS+= gmake 13USE_TOOLS+= gmake
14MAKE_ENV+= GD_INCLUDE=${LOCALBASE}/include \ 14MAKE_ENV+= GD_INCLUDE=${LOCALBASE}/include \
15 GDCHART_INCLUDE=${LOCALBASE}/include \ 15 GDCHART_INCLUDE=${LOCALBASE}/include \
16 PYTHON_INCLUDE=${LOCALBASE}/${PYINC} \ 16 PYTHON_INCLUDE=${LOCALBASE}/${PYINC} \
17 HAVE_LIBFREETYPE=1 \ 17 HAVE_LIBFREETYPE=1 \
18 LOCALBASE=${LOCALBASE:Q} 18 LOCALBASE=${LOCALBASE:Q}
19PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} 19PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q}
20MODULE_FILES= chart.py gdchart.so 20MODULE_FILES= chart.py gdchart.so
21EXAMPLE_FILES= test.html test.py CHANGES 21EXAMPLE_FILES= test.html test.py CHANGES
22EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart 22EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart
23PY_PATCHPLIST= yes 23PY_PATCHPLIST= yes
 24PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.6
24 25
25INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///} 26INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///}
26 27
27do-install: 28do-install:
28.for f in ${MODULE_FILES} 29.for f in ${MODULE_FILES}
29 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${PYSITELIB} 30 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${PYSITELIB}
30.endfor 31.endfor
31 ${INSTALL_DATA_DIR} ${DESTDIR}${EXAMPLE_DIR} 32 ${INSTALL_DATA_DIR} ${DESTDIR}${EXAMPLE_DIR}
32.for f in ${EXAMPLE_FILES} 33.for f in ${EXAMPLE_FILES}
33 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${EXAMPLE_DIR} 34 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${EXAMPLE_DIR}
34.endfor 35.endfor
35 36
36.include "../../graphics/gdchart/buildlink3.mk" 37.include "../../graphics/gdchart/buildlink3.mk"