mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
ff61660db6
- Pet portclippy Sponsored by: The FreeBSD Foundation
19 lines
388 B
Makefile
19 lines
388 B
Makefile
PORTNAME= xmbibtex
|
|
PORTVERSION= 1.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= print databases
|
|
MASTER_SITES= SUNSITE/apps/tex
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Reference manager based on the BibTeX file format
|
|
|
|
USES= imake:noman motif xorg
|
|
USE_CXXSTD= c++14
|
|
USE_XORG= ice sm x11 xext xmu xt xpm
|
|
|
|
WRKSRC_SUBDIR= src
|
|
|
|
PLIST_FILES= bin/xmbibtex lib/X11/app-defaults/XmBibTeX
|
|
|
|
.include <bsd.port.mk>
|