1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/finance/mybudget/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

29 lines
567 B
Makefile

# New ports collection makefile for: myBudget
# Date created: 2004 05 July
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= myBudget
PORTVERSION= 0.60
PORTREVISION= 3
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
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>