2008-06-03 17:12:04 +02:00
|
|
|
# New ports collection makefile for: svgfig
|
|
|
|
# Date created: 01 June 2008
|
|
|
|
# Whom: Wesley Shields <wxs@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= SVGFig
|
|
|
|
PORTVERSION= 1.1.6
|
2011-02-25 04:19:29 +01:00
|
|
|
PORTREVISION= 1
|
2008-06-03 17:12:04 +02:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2009-09-09 21:19:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-06-03 17:12:04 +02:00
|
|
|
COMMENT= Draw mathematical figures in SVG using Python
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:L}
|
|
|
|
|
2011-02-25 04:19:29 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2008-06-03 17:12:04 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|1.1.2|${PORTVERSION}|' ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|