freebsd-ports/math/rpcalc/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

28 lines
573 B
Makefile

# New ports collection makefile for: rpcalc
# Date created: 31 January 2010
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= rpcalc
PORTVERSION= 0.6.0
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= BERLIOS
MAINTAINER= edwin@mavetju.org
COMMENT= Simple RPN calculator
RUN_DEPENDS= ${PYTHON_SITELIBDIR}//PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
WRKSRC= ${WRKDIR}/rpCalc
NO_BUILD= yes
USE_PYTHON= yes
do-install:
cd ${WRKSRC} && ${PYTHON_CMD} install.py
.include <bsd.port.mk>