mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
451 B
Makefile
20 lines
451 B
Makefile
|
# New ports collection makefile for: rtf2LaTeX
|
||
|
# Version required: 1.5
|
||
|
# Date created: 25 Jan 1995
|
||
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= rtf2LaTeX.1.5
|
||
|
PKGNAME= rtf2latex-1.5
|
||
|
CATEGORIES+= printing
|
||
|
KEYWORDS+= RTF "Rich Text Format" LaTeX TeX
|
||
|
MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/
|
||
|
|
||
|
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/rtf2LaTeX
|
||
|
|
||
|
.include <bsd.port.mk>
|