1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/graphics/py-gdchart2/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

34 lines
768 B
Makefile

# New ports collection makefile for: py-gdchart2
# Date created: 2005-06-30
# Whom: Choe, Cheng-Dae <whitekid@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gdchart
DISTVERSION= 2.0-beta1
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= http://www.nullcube.com/software/pygdchart2/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pygdchart2
MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to GDChart2
LIB_DEPENDS= gdc.1:${PORTSDIR}/graphics/gdchart
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}gdchart-0.*
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= pygdchart
PYDISTUTILS_PKGVERSION= 2.0.Beta
post-patch:
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
.include <bsd.port.mk>