diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2005-07-03 16:37:59 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2005-07-03 16:37:59 +0000 |
commit | a683b2c98d5081a050ccccf0d43641899e88d611 (patch) | |
tree | 35a94ddb04a6e42abb86d6e16deccc8ad379f207 /finance/Makefile | |
parent | Add cyrus2maildir. (diff) |
'Ledger' is a command-line accounting program, which uses a simple text file
as a ledger, yet provides powerful facilities for working with commodities,
accounts, transactions, etc. It will read Gnucash data files directly.
PR: 82685
Submitted by: Woody Carey <woodycarey@hotmail.com>
Diffstat (limited to 'finance/Makefile')
-rw-r--r-- | finance/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index bac6ee0d94d1..998b3fb95d0e 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -16,6 +16,7 @@ SUBDIR += khacc SUBDIR += kmymoney2 SUBDIR += ktoblzcheck + SUBDIR += ledger SUBDIR += libofx SUBDIR += libstocks SUBDIR += mybudget |