Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
30 lines
767 B
Makefile
30 lines
767 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/06/13 22:47:14 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= PythonMagick-0.9.1
|
|
PKGNAME= ${PYPKGPREFIX}-PythonMagick-0.9.1
|
|
|
|
PKGREVISION= 3
|
|
CATEGORIES= python graphics
|
|
MASTER_SITES= http://www.imagemagick.org/download/python/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc@blackmouse.biz
|
|
HOMEPAGE= http://www.imagemagick.org/
|
|
COMMENT= Python binding for ImageMagick
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
GNU_CONFIGURE= yes
|
|
|
|
#PYDISTUTILSPKG= yes
|
|
#PY_PATCHPLIST= yes
|
|
|
|
PLIST_SUBST+= PYINC=${PYINC} PYSITELIB=${PYSITELIB}
|
|
|
|
.include "../../graphics/ImageMagick/buildlink3.mk"
|
|
.include "../../devel/boost-python/buildlink3.mk"
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|