summaryrefslogtreecommitdiff
path: root/finance/gnofin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnofin/Makefile')
-rw-r--r--finance/gnofin/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile
new file mode 100644
index 00000000000..fa9608066f5
--- /dev/null
+++ b/finance/gnofin/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/13 22:39:33 wiz Exp $
+#
+
+DISTNAME= gnofin-0.6.0
+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+= gtk+-1.2.*:../../x11/gtk
+DEPENDS+= gnome-libs-*:../../x11/gnome-libs
+
+USE_X11= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"