pkgsrc/print/kbibtex/Makefile
markd bd54facc94 Update kbibtex to 0.1.5
Changes:
Many UI improvements. A sidebar for detailed searching. Querying of
online databases (PubMed). Kate is used for BibTeX source editing.
Exporting to RTF has been added (using latex2rtf). Auto-completion
when editing BibTeX entry fields has been added.
2006-10-16 10:55:10 +00:00

19 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/10/16 10:55:10 markd Exp $
DISTNAME= kbibtex-0.1.5
CATEGORIES= print kde
MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.unix-ag.uni-kl.de/~fischer/kbibtex/
COMMENT= BibTeX editor for KDE
USE_TOOLS+= gmake perl
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"