mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
26 lines
501 B
Makefile
26 lines
501 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= myBudget
|
|
PORTVERSION= 0.60
|
|
PORTREVISION= 8
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|gobject.so|_gobject.so|' \
|
|
${WRKSRC}/install.py
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${PYTHON_CMD} ./install.py ${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|