aboutsummaryrefslogtreecommitdiffstats
path: root/math/rpcalc/Makefile
blob: 5dabf66f788cadea7f8a95e5fe6dbb5c7443ac43 (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
26
27
# 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=   3
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>