mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
e9786637d7
Vector Graphics format (SVG), using the Python language. More information at: http://code.google.com/p/svgfig/ Reviewed by: garga (mentor) Approved by: garga (mentor, implicit)
28 lines
597 B
Makefile
28 lines
597 B
Makefile
# New ports collection makefile for: svgfig
|
|
# Date created: 01 June 2008
|
|
# Whom: Wesley Shields <wxs@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SVGFig
|
|
PORTVERSION= 1.1.6
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
|
COMMENT= Draw mathematical figures in SVG using Python
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:L}
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|1.1.2|${PORTVERSION}|' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|