mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
d235aae94b
With hat: portmgr
25 lines
454 B
Makefile
25 lines
454 B
Makefile
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rpcalc
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= math
|
|
MASTER_SITES= BERLIOS
|
|
|
|
MAINTAINER= ports@FreeBSD.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
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
cd ${WRKSRC} && ${PYTHON_CMD} install.py
|
|
|
|
.include <bsd.port.mk>
|