blob: 22cbe414a25d5f62ee80320864bc4cd6e568ad40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.8 2004/04/12 15:19:00 xtraeme Exp $
#
DISTNAME= gbib-0.1.1b
PKGREVISION= 3
CATEGORIES= editors gnome
MASTER_SITES= ftp://ftp.seul.org/pub/gbib/src/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gbib.seul.org/
COMMENT= User-friendly editor and browser for BibTeX databases
USE_X11= YES
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
.include "../../x11/gnome-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|