aboutsummaryrefslogtreecommitdiffstats
path: root/finance/mybudget/Makefile
blob: 7dce2416a2012b03c8d6ba4f71976c4106dac7a3 (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
# New ports collection makefile for:    myBudget
# Date created:             2004 05 July
# Whom:                 Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   myBudget
PORTVERSION=    0.60
PORTREVISION=   2
CATEGORIES= finance gnome
MASTER_SITES=   http://www.abisource.com/~msevior/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Gtk+-2 finance manager

NO_BUILD=   yes
USE_PYTHON= yes
USE_GNOME=  pygnome2

do-install:
    cd ${WRKSRC} && ${PYTHON_CMD} ./install.py ${PREFIX}

.include <bsd.port.mk>