diff options
author | obrien <obrien@FreeBSD.org> | 1998-07-29 07:43:25 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-07-29 07:43:25 +0800 |
commit | 74fa2788d146c051773fb9e0d59a54843a545299 (patch) | |
tree | 4ebab28642805ea80ed75438a779d89bf99bfd49 /deskutils/gnucash | |
parent | 26a0959a8bebc9f7ba078e1e4e38c5e1f52af4b6 (diff) | |
download | freebsd-ports-gnome-74fa2788d146c051773fb9e0d59a54843a545299.tar.gz freebsd-ports-gnome-74fa2788d146c051773fb9e0d59a54843a545299.tar.zst freebsd-ports-gnome-74fa2788d146c051773fb9e0d59a54843a545299.zip |
Gnucash is a Quicken-like next generation of money manager created
from a merger of X-Accountant and GnoMoney.
Diffstat (limited to 'deskutils/gnucash')
-rw-r--r-- | deskutils/gnucash/Makefile | 26 | ||||
-rw-r--r-- | deskutils/gnucash/distinfo | 1 | ||||
-rw-r--r-- | deskutils/gnucash/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/gnucash/pkg-descr | 12 | ||||
-rw-r--r-- | deskutils/gnucash/pkg-plist | 25 |
5 files changed, 65 insertions, 0 deletions
diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile new file mode 100644 index 000000000000..4390044ce721 --- /dev/null +++ b/deskutils/gnucash/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: foo +# Version required: 2.1 +# Date created: Mon Feb 03, 1997 +# Whom: David O'Brien (obrien@NUXI.com) +# +# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# + +DISTNAME= xacc-1.0.17 +PKGNAME= gnucash-1.0.17 +CATEGORIES= misc +MASTER_SITES= http://www.gnucash.org/xacc/download/ + +MAINTAINER= obrien@FreeBSD.org + +REQUIRES_MOTIF= yes +GNU_CONFIGURE= yes +ALL_TARGET= depend default + +post-install: + @strip ${PREFIX}/bin/xacc.bin + @${LN} -f ${PREFIX}/bin/xacc ${PREFIX}/bin/gnucash + @${LN} -f ${PREFIX}/bin/xacc.bin ${PREFIX}/bin/gnucash.bin + +.include <bsd.port.mk> diff --git a/deskutils/gnucash/distinfo b/deskutils/gnucash/distinfo new file mode 100644 index 000000000000..162fd9100557 --- /dev/null +++ b/deskutils/gnucash/distinfo @@ -0,0 +1 @@ +MD5 (xacc-1.0.17.tar.gz) = b7fc7082c0994bca5d6b65b99de8bd5e diff --git a/deskutils/gnucash/pkg-comment b/deskutils/gnucash/pkg-comment new file mode 100644 index 000000000000..e34c361e9bae --- /dev/null +++ b/deskutils/gnucash/pkg-comment @@ -0,0 +1 @@ +Quicken-like money and finace manager diff --git a/deskutils/gnucash/pkg-descr b/deskutils/gnucash/pkg-descr new file mode 100644 index 000000000000..d7714bd0a7d9 --- /dev/null +++ b/deskutils/gnucash/pkg-descr @@ -0,0 +1,12 @@ +Gnucash is the next generation of money manager created from a merger of +X-Accountant and GnoMoney. + +Its features include: + +* Ability to import Quicken files ( a must ) +* Reports, Graphs, and all of those goodies that you find in Quicken. +* Gnome compliant ( if that is the correct way to put it ) +* Separate the GUI from the actual "account/transaction engine" +* Multiple accounts ( Check, Credit, Cash, Mutual Funds, etc.. ) + +See http://www.gnucash.org/ for more information. diff --git a/deskutils/gnucash/pkg-plist b/deskutils/gnucash/pkg-plist new file mode 100644 index 000000000000..5162ee76b270 --- /dev/null +++ b/deskutils/gnucash/pkg-plist @@ -0,0 +1,25 @@ +bin/gnucash +bin/gnucash.bin +bin/xacc +bin/xacc.bin +share/xacc/Docs/contract.gif +share/xacc/Docs/expand.gif +share/xacc/Docs/foliowin.gif +share/xacc/Docs/newaccwin.gif +share/xacc/Docs/pix.xpm +share/xacc/Docs/projects.html +share/xacc/Docs/recnwin.gif +share/xacc/Docs/regwin.gif +share/xacc/Docs/xacc-about.html +share/xacc/Docs/xacc-accwin.html +share/xacc/Docs/xacc-adjbwin.html +share/xacc/Docs/xacc-double.html +share/xacc/Docs/xacc-expense.html +share/xacc/Docs/xacc-gpl.html +share/xacc/Docs/xacc-main.html +share/xacc/Docs/xacc-mainwin.html +share/xacc/Docs/xacc-quicken.html +share/xacc/Docs/xacc-recnwin.html +share/xacc/Docs/xacc-regwin.html +@dirrm share/xacc/Docs +@dirrm share/xacc |