diff options
author | agc <agc> | 1999-07-16 10:33:31 +0000 |
---|---|---|
committer | agc <agc> | 1999-07-16 10:33:31 +0000 |
commit | bfe4a1c3dc3b112673f111ce639b8f1eebf3a586 (patch) | |
tree | c28cd7eea3b4337c5bb67fbcbd4cec5667cd26b1 /misc | |
parent | 915f70749e8c0a82c0ed64e36643fcfb27ede8b8 (diff) | |
download | pkgsrc-bfe4a1c3dc3b112673f111ce639b8f1eebf3a586.tar.gz |
Initial import of gnofin, version 0.5.10, a personal checking/savings
account management program, into the NetBSD packages collection. This
package was constructed by Ted Lemon.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnofin/Makefile | 19 | ||||
-rw-r--r-- | misc/gnofin/files/md5 | 3 | ||||
-rw-r--r-- | misc/gnofin/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/gnofin/pkg/DESCR | 6 | ||||
-rw-r--r-- | misc/gnofin/pkg/PLIST | 3 |
5 files changed, 32 insertions, 0 deletions
diff --git a/misc/gnofin/Makefile b/misc/gnofin/Makefile new file mode 100644 index 00000000000..949b3231b8a --- /dev/null +++ b/misc/gnofin/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/16 10:33:31 agc Exp $ +# + +DISTNAME= gnofin-0.5.10 +CATEGORIES= misc +MASTER_SITES= ftp://jagger.berkeley.edu/pub/darin/gnofin/source/ + +MAINTAINER= mellon@isc.org +HOMEPAGE= http://jagger.me.berkeley.edu/~dfisher/gnofin/ + +DEPENDS+= glib-1.2.2:../../devel/glib +DEPENDS+= gtk+-1.2.2:../../x11/gtk +DEPENDS+= gnome-libs-1.0.10:../../x11/gnome-libs + +USE_X11= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/gnofin/files/md5 b/misc/gnofin/files/md5 new file mode 100644 index 00000000000..bcb14f01643 --- /dev/null +++ b/misc/gnofin/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/07/16 10:33:31 agc Exp $ + +MD5 (gnofin-0.5.10.tar.gz) = 5cd74b19491a4f3624b289a019e510b5 diff --git a/misc/gnofin/pkg/COMMENT b/misc/gnofin/pkg/COMMENT new file mode 100644 index 00000000000..2b441cf2b98 --- /dev/null +++ b/misc/gnofin/pkg/COMMENT @@ -0,0 +1 @@ +a personal checking/savings account management program diff --git a/misc/gnofin/pkg/DESCR b/misc/gnofin/pkg/DESCR new file mode 100644 index 00000000000..cb45ae3f3b1 --- /dev/null +++ b/misc/gnofin/pkg/DESCR @@ -0,0 +1,6 @@ +gnofin: a personal checking/savings account management program + +gnofin is a very simple program for maintaining your checking or savings +account. It uses the GNOME user interface library and gtk+ toolkit to +present a graphical user interface, and can export its internal database in +a variety of formats. diff --git a/misc/gnofin/pkg/PLIST b/misc/gnofin/pkg/PLIST new file mode 100644 index 00000000000..c1093045827 --- /dev/null +++ b/misc/gnofin/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/16 10:33:31 agc Exp $ +bin/gnofin +man/man1/gnofin.1 |