1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/math/lybniz/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

26 lines
513 B
Makefile

# 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= 1
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>