1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/print/xmbibtex/Makefile
Muhammad Moinur Rahman ff61660db6 print/xmbibtex: Fix build with llvm16
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
2023-07-24 16:46:03 +02:00

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>