freebsd-ports/print/latex2rtf/Makefile

26 lines
535 B
Makefile
Raw Normal View History

# 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
PORTVERSION= 1.9.15
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= ${PORTNAME} support/latex2rtf
MAINTAINER= joerg@FreeBSD.org
COMMENT= Translator from LaTeX to RTF
2003-10-28 21:22:07 +01:00
MAN1= latex2rtf.1 latex2png.1
INFO= latex2rtf
USE_PERL5_BUILD=yes
INSTALL_TARGET= install install-info
.include <bsd.port.mk>