aboutsummaryrefslogtreecommitdiff
path: root/print/xmbibtex/Makefile
blob: 022f122d542c4e6df54c748077f646207546c185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Thomas Gellekum <tg@FreeBSD.org>

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>