mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
1bc1187e0f
for use with BibTeX. PR: 4133 Submitted by: "David A. Bader" <dbader@umiacs.umd.edu>
20 lines
389 B
Makefile
20 lines
389 B
Makefile
# New ports collection makefile for: bibview
|
|
# Version required: 1.5
|
|
# Date created: 21 July 1997
|
|
# Whom: dbader@umiacs.umd.edu
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= bibview-2.2
|
|
CATEGORIES= databases print
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
|
|
MASTER_SITE_SUBDIR= biblio/bibtex/utils/bibview-2.0
|
|
|
|
MAINTAINER= dbader@umiacs.umd.edu
|
|
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/bibview-2.2
|
|
|
|
.include <bsd.port.mk>
|