blob: 88f86db98c20821ff79770aa8f3c0aa41b7e1d76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= lybniz
PORTVERSION= 1.3.2
PORTREVISION= 5
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
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g'\
${WRKSRC}/${PORTNAME}.py
.include <bsd.port.mk>
|