freebsd-ports/print/bibview/Makefile

18 lines
405 B
Makefile
Raw Normal View History

# Created by: dbader@eece.unm.edu
1999-08-31 03:53:22 +02:00
# $FreeBSD$
2000-04-09 19:50:59 +02:00
PORTNAME= bibview
PORTVERSION= 2.2
PORTREVISION= 2
CATEGORIES= print databases
MASTER_SITES= TEX_CTAN/biblio/bibtex/utils/bibview-2.0
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Graphical interface for manipulating BibTeX bibliography databases
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xt
WRKSRC= ${WRKDIR}/bibview-${PORTVERSION}
.include <bsd.port.mk>