2007-12-14 16:06:37 +00:00
|
|
|
# New ports collection makefile for: lybniz
|
|
|
|
# Date created: 3 November 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lybniz
|
|
|
|
PORTVERSION= 1.3.2
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 1
|
2007-12-14 16:06:37 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= SF/${PORTNAME}2
|
|
|
|
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
|
|
COMMENT= Mathematical function graph plotter
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_GNOME= pygtk2 gnomehier
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g'\
|
|
|
|
${WRKSRC}/${PORTNAME}.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|