aboutsummaryrefslogtreecommitdiffstats
path: root/print/xmbibtex/Makefile
blob: 9d0cb09a1c080c3c3c026f72f50fd8e48e89cde6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    xmbibtex
# Date created:             06 Nov 1997
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xmbibtex
PORTVERSION=    1.5
CATEGORIES= print databases
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/tex

MAINTAINER= ports@FreeBSD.org
COMMENT=    A reference manager based on the BibTeX file format

WRKSRC=     ${WRKDIR}/${DISTNAME}/src

USE_MOTIF=  yes
USE_IMAKE=  yes
NO_INSTALL_MANPAGES=    yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile (bad C++ code)"
.endif

.include <bsd.port.post.mk>