2000-01-31 00:36:40 +01:00
|
|
|
# New ports collection makefile for: latex2rtf
|
|
|
|
# Date created: 14 Dec 1999
|
|
|
|
# Whom: Joerg Wunsch <joerg@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 19:50:59 +02:00
|
|
|
PORTNAME= latex2rtf
|
2004-04-28 21:12:38 +02:00
|
|
|
PORTVERSION= 1.9.15
|
2000-01-31 00:36:40 +01:00
|
|
|
CATEGORIES= print
|
2002-08-28 22:23:29 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
|
|
${MASTER_SITE_TEX_CTAN}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME} support/latex2rtf
|
2000-01-31 00:36:40 +01:00
|
|
|
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Translator from LaTeX to RTF
|
2000-01-31 00:36:40 +01:00
|
|
|
|
2003-10-28 21:22:07 +01:00
|
|
|
MAN1= latex2rtf.1 latex2png.1
|
2004-04-28 21:12:38 +02:00
|
|
|
INFO= latex2rtf
|
|
|
|
|
2004-05-04 13:03:18 +02:00
|
|
|
USE_PERL5_BUILD=yes
|
|
|
|
|
2004-04-28 21:12:38 +02:00
|
|
|
INSTALL_TARGET= install install-info
|
2000-01-31 00:36:40 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|