freebsd-ports/print/jabref/Makefile
Herve Quiroz 92b82b75fb JabRef is an open source bibliography reference manager. The native file
format used by JabRef is BibTeX, the standard LaTeX bibliography format.
As such it can also be considered a BibTeX editor.

JabRef runs on the Java VM (version 1.4.2 or greater).

Some of its features:

 o Search and fetch references from Medline/PubMed and CiteSeer
 o Search, classify and sort entries in your BibTeX files
 o import and export of references in various formats
 o launch external viewers and insert citations into LyX and Kile
 o automatically generate BibTeX keys
 o customize (add your own) BibTeX fields

WWW: http://jabref.sf.net

PR:		93057
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2006-02-13 12:53:31 +00:00

38 lines
852 B
Makefile

# New ports collection makefile for: jabref
# Date created: 18 Jan 2006
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
#
# $FreeBSD$
PORTNAME= jabref
PORTVERSION= 2.0b2
CATEGORIES= print java editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= JabRef-${PORTVERSION}
EXTRACT_SUFX= .jar
EXTRACT_ONLY= #
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= A (BibTeX native) bibliographic reference manager
USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
SUB_FILES= ${PORTNAME}.sh
SUB_LIST= JARNAME=${DISTFILES}
PLIST_FILES= %%DATADIR%%/${DISTFILES} \
bin/${PORTNAME}
PLIST_DIRS= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>