diff options
Diffstat (limited to 'graphics/py-gdchart2/Makefile')
-rw-r--r-- | graphics/py-gdchart2/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/graphics/py-gdchart2/Makefile b/graphics/py-gdchart2/Makefile deleted file mode 100644 index d5d156cb67f7..000000000000 --- a/graphics/py-gdchart2/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# 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= 4 -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 - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -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> |