diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-14 16:06:37 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-14 16:06:37 +0000 |
commit | 6fae5726a0b4657573a08b77d31c698b98e6544c (patch) | |
tree | ae04b2f961a411386040b68002215beea7019ee5 /math/lybniz/Makefile | |
parent | 2afbaa5f31ddc9c53c5df7cd8558525ffa7a5f64 (diff) | |
download | ports-6fae5726a0b4657573a08b77d31c698b98e6544c.tar.gz ports-6fae5726a0b4657573a08b77d31c698b98e6544c.zip |
Notes
Diffstat (limited to 'math/lybniz/Makefile')
-rw-r--r-- | math/lybniz/Makefile | 24 |
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> |