214bd533a7
Approved by: portmgr (implicit)
23 lines
478 B
Makefile
23 lines
478 B
Makefile
# 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
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
USE_GNOME= pygtk2 gnomehier
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g'\
|
|
${WRKSRC}/${PORTNAME}.py
|
|
|
|
.include <bsd.port.mk>
|