diff options
Diffstat (limited to 'graphics/svgfig/Makefile')
-rw-r--r-- | graphics/svgfig/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/svgfig/Makefile b/graphics/svgfig/Makefile deleted file mode 100644 index 1410be416d39..000000000000 --- a/graphics/svgfig/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= SVGFig -PORTVERSION= 1.1.6 -PORTREVISION= 1 -CATEGORIES= graphics python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:tl}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Draw mathematical figures in SVG using Python - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -WRKSRC= ${WRKDIR}/${PORTNAME:tl} - -USES= python tar:tgz -USE_PYTHON= distutils autoplist - -post-patch: - @${REINPLACE_CMD} -e 's|1.1.2|${PORTVERSION}|' ${WRKSRC}/setup.py - -.include <bsd.port.mk> |