pkgsrc/graphics/py-gimp/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2002/03/13 17:37:17 fredb Exp $
#
DISTNAME= pygimp-1.2
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.daa.com.au/pub/james/pygimp/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.daa.com.au/~james/pygimp/
COMMENT= Python interface to the GIMP
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
USE_BUILDLINK_ONLY= yes
PYTHON_PATCH_SCRIPTS= plug-ins/clothify.py plug-ins/foggify.py
PYTHON_PATCH_SCRIPTS+= plug-ins/gimpcons.py plug-ins/gtkcons.py
PYTHON_PATCH_SCRIPTS+= plug-ins/pdbbrowse.py plug-ins/shadow_bevel.py
PYTHON_PATCH_SCRIPTS+= plug-ins/sphere.py plug-ins/whirlpinch.py
PY_PATCHPLIST= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pygimp
for i in ${WRKSRC}/doc/*.html; do \
${INSTALL_DATA} $$i ${PREFIX}/share/doc/pygimp; \
done
.include "../../lang/python/application.buildlink.mk"
.include "../../lang/python/extension.buildlink.mk"
.include "../../graphics/gimp-base/buildlink.mk"
.include "../../x11/pygtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"