summaryrefslogtreecommitdiff
path: root/editors/gbib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gbib/Makefile')
-rw-r--r--editors/gbib/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/gbib/Makefile b/editors/gbib/Makefile
new file mode 100644
index 00000000000..cf7bd371d11
--- /dev/null
+++ b/editors/gbib/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/02 00:34:12 rh Exp $
+#
+
+DISTNAME= gbib-0.1.1b
+CATEGORIES= editors gnome
+MASTER_SITES= ftp://ftp.seul.org/pub/gbib/src/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://gbib.seul.org/
+COMMENT= user-friendly editor and browser for BibTeX databases
+
+USE_X11= YES
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+
+.include "../../x11/gnome-libs/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"