mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
a056c1e1e4
PR: ports/184226 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmbibtex
|
|
PORTVERSION= 1.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= print databases
|
|
MASTER_SITES= SUNSITE/apps/tex
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Reference manager based on the BibTeX file format
|
|
|
|
WRKSRC_SUBDIR= src
|
|
|
|
USES= imake motif
|
|
USE_XORG= ice sm x11 xext xmu xp xt xpm
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
PLIST_FILES= bin/xmbibtex lib/X11/app-defaults/XmBibTeX
|
|
|
|
.include <bsd.port.mk>
|