1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/finance/Makefile
Adam Weinberger bc3cef4c15 Add myBudget, a nifty Gtk+-2 personal finance thinger.
The aim of the program is to make it as easy as possible for people to
do their own personal budgets and keep track of their finances. Using
this program you can:

        * Create a budget and organize budget items into categories.
        * Nominate budget items to be paid from either a cash account or
          via a "Direct Debit" account which allows you to save for big
          ticket items and ensure timely payment of scheduled bills.
        * Automatically calculates how much money you must put aside
          each fortnight to meet all your "Direct Debit" obligations.
        * Automatically tells you how much money you must have in Direct
          Debit account to meet your obligatory payments on any
          particular date.
        * Record and save expenses against each of your budget categories.
        * Track how your expenses relate to your budget so you can
          determine if you are over or under-spending in any of your
          categories.
        * Sort your records into categories or by date.
        * Comes with realistic example to show how things work.
        * Allows you to export any of your reports, records, budget and
          Direct Debit status to the Gnumeric Spreadsheet program where
          they can be either printed or used for more detailed analysis.
        * Allows you to export any of your reports, records, budget and
          Direct Debit status to the AbiWord WordProcessor program where
          they can be printed or incorporated into a report.

WWW: http://www.abisource.com/~msevior/index.html
2004-07-05 04:26:49 +00:00

55 lines
1.7 KiB
Makefile

# $FreeBSD$
#
COMMENT = Monetary, financial and related applications
SUBDIR += aqmoney
SUBDIR += cbb
SUBDIR += emma
SUBDIR += gnofin
SUBDIR += gnomepm
SUBDIR += gnucash
SUBDIR += gnucash-docs
SUBDIR += grisbi
SUBDIR += kexchange
SUBDIR += khacc
SUBDIR += ktoblzcheck
SUBDIR += libofx
SUBDIR += libstocks
SUBDIR += mybudget
SUBDIR += myphpmoney
SUBDIR += opale
SUBDIR += openhbci
SUBDIR += p5-Business-CreditCard
SUBDIR += p5-Business-OCV
SUBDIR += p5-Business-OnlinePayment
SUBDIR += p5-Business-OnlinePayment-2CheckOut
SUBDIR += p5-Business-OnlinePayment-AuthorizeNet
SUBDIR += p5-Business-OnlinePayment-BankOfAmerica
SUBDIR += p5-Business-OnlinePayment-Beanstream
SUBDIR += p5-Business-OnlinePayment-Cardstream
SUBDIR += p5-Business-OnlinePayment-Jettis
SUBDIR += p5-Business-OnlinePayment-LinkPoint
SUBDIR += p5-Business-OnlinePayment-MerchantCommerce
SUBDIR += p5-Business-OnlinePayment-Network1Financial
SUBDIR += p5-Business-OnlinePayment-OCV
SUBDIR += p5-Business-OnlinePayment-PayConnect
SUBDIR += p5-Business-OnlinePayment-PaymentsGateway
SUBDIR += p5-Business-OnlinePayment-SurePay
SUBDIR += p5-Business-OnlinePayment-TCLink
SUBDIR += p5-Business-OnlinePayment-VirtualNet
SUBDIR += p5-Business-OnlinePayment-eSec
SUBDIR += p5-Business-OnlinePayment-iAuthorizer
SUBDIR += p5-Business-WorldPay-Junior
SUBDIR += p5-Finance-Currency-Convert
SUBDIR += p5-Finance-Quote
SUBDIR += p5-Finance-QuoteHist
SUBDIR += p5-Math-Financial
SUBDIR += qhacc
SUBDIR += quantlib
SUBDIR += wmstock
SUBDIR += xinvest
SUBDIR += xquote
.include <bsd.port.subdir.mk>