1997-11-06 15:47:46 +01:00
|
|
|
# New ports collection makefile for: xmbibtex
|
|
|
|
# Date created: 06 Nov 1997
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1997-11-06 15:47:46 +01:00
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1997-11-06 15:47:46 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:50:59 +02:00
|
|
|
PORTNAME= xmbibtex
|
|
|
|
PORTVERSION= 1.5
|
1997-11-06 15:47:46 +01:00
|
|
|
CATEGORIES= print databases
|
1997-11-10 11:47:35 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= apps/tex
|
1997-11-06 15:47:46 +01:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A reference manager based on the BibTeX file format
|
1997-11-06 15:47:46 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
2000-11-13 15:15:46 +01:00
|
|
|
|
|
|
|
USE_MOTIF= yes
|
1997-11-06 15:47:46 +01:00
|
|
|
USE_IMAKE= yes
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
2004-04-10 19:26:55 +02:00
|
|
|
BROKEN= "Does not compile (bad C++ code)"
|
2003-06-05 00:43:38 +02:00
|
|
|
.endif
|
|
|
|
|
2003-05-18 11:55:25 +02:00
|
|
|
.include <bsd.port.post.mk>
|