summaryrefslogtreecommitdiff
path: root/misc/gnofin/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-07-16 10:33:31 +0000
committeragc <agc@pkgsrc.org>1999-07-16 10:33:31 +0000
commit359ed1f4bcd95f3f858dba9d4cb06784ee234fbf (patch)
treec28cd7eea3b4337c5bb67fbcbd4cec5667cd26b1 /misc/gnofin/Makefile
parent90ee1c3c410f55d45cb1dc1d3e1151a3c9aef914 (diff)
downloadpkgsrc-359ed1f4bcd95f3f858dba9d4cb06784ee234fbf.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/gnofin/Makefile')
-rw-r--r--misc/gnofin/Makefile19
1 files changed, 19 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"