freebsd-ports/finance/eqonomize/Makefile
Martin Wilke e1a5cf392c Eqonomize! is a personal accounting software, with focus on efficiency and
ease of use for the small household economy. Eqonomize! provides a complete
solution,with bookkeeping by double entry and support for scheduled recurring
transactions,security investments, and budgeting. It gives a clear overview
of past and present transactions, and development of incomes and expenses,
with descriptive tables and charts, as well as an approximation of future
account values.

WWW: http://eqonomize.sourceforge.net/

PR:		ports/115237
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com>
2007-08-21 09:01:00 +00:00

28 lines
592 B
Makefile

# New ports collection makefile for: eqonomize
# Date created: 6 August 2007
# Whom: Yinghong.Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= eqonomize
PORTVERSION= 0.5
CATEGORIES= finance
MASTER_SITES= SF
MAINTAINER= relaxbsd@gmail.com
COMMENT= A peronal accounting software
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_PERL5= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_ICONS= yes
DATADIR= ${PREFIX}/share/apps/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
post-patch:
@${REINPLACE_CMD} 's|%%LOCALBASE%%/bin/bash|/bin/sh|g' ${WRKSRC}/configure
.include <bsd.port.mk>