pkgsrc/graphics/py-gd/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

27 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.38 2012/04/08 19:08:58 wiz Exp $
DISTNAME= gdmodule.c
PKGNAME= ${PYPKGPREFIX}-gd-1.3
PKGREVISION= 14
CATEGORIES= graphics python
MASTER_SITES= # on ftp.NetBSD.org
EXTRACT_SUFX=
MAINTAINER= darcy@NetBSD.org
HOMEPAGE= http://newcenturycomputers.net/projects/gdmodule.html
COMMENT= Python interface to gd graphics library
LICENSE= original-bsd
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
BUILD_TARGET= default
EGG_NAME= ${DISTNAME:S/.c/-${PKGVERSION_NOREV}/}
post-patch:
${SED} 's+@GD_PREFIX@+${BUILDLINK_PREFIX.gd}+g' ${FILESDIR}/Setup.in > ${WRKSRC}/setup.py
.include "../../graphics/gd/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"