1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/lybniz/Makefile
Andrew Pantyukhin 6fae5726a0 Add port math/lybniz:
Lybniz is an easy to use mathematical function graph plotter
using pyGTK.

WWW: http://lybniz2.sourceforge.net/
2007-12-14 16:06:37 +00:00

25 lines
497 B
Makefile

# New ports collection makefile for: lybniz
# Date created: 3 November 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lybniz
PORTVERSION= 1.3.2
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>