summaryrefslogtreecommitdiff
path: root/math/lybniz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/lybniz/Makefile')
-rw-r--r--math/lybniz/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/math/lybniz/Makefile b/math/lybniz/Makefile
new file mode 100644
index 000000000000..766deb4c3d4f
--- /dev/null
+++ b/math/lybniz/Makefile
@@ -0,0 +1,24 @@
+# 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>