# New ports collection makefile for:	lybniz
# Date created:		3 November 2006
# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD: ports/math/lybniz/Makefile,v 1.6 2010/02/05 11:40:47 dinoex Exp $
#

PORTNAME=	lybniz
PORTVERSION=	1.3.2
PORTREVISION=	3
CATEGORIES=	math
MASTER_SITES=	SF/${PORTNAME}2/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@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>
