1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/print/xmbibtex/Makefile
Niclas Zeising 9ddae5ccd2 print/xmbibtex: Remove depenency on libXp
Remove dependency on libXp from print/xmbibtex, this is a prerequsite for
deprecating libXp.
Add xorg to USES
2019-09-26 16:01:49 +00:00

21 lines
430 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
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
WRKSRC_SUBDIR= src
USES= imake:noman motif xorg
USE_XORG= ice sm x11 xext xmu xt xpm
PLIST_FILES= bin/xmbibtex lib/X11/app-defaults/XmBibTeX
.include <bsd.port.mk>