blob: 841840643a8c9b991b9b11c0d532450cb9f5d1d2 (
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
25
|
# New ports collection makefile for: lybniz
# Date created: 3 November 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
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>
|