summaryrefslogtreecommitdiff
path: root/math/lybniz/Makefile
blob: 766deb4c3d4f6cf62b57981e72d0839c4083fd1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>