mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# New ports collection makefile for: rtf2LaTeX
|
|
# Version required: 1.5
|
|
# Date created: 25 Jan 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= rtf2LaTeX.1.5
|
|
PKGNAME= rtf2latex-1.5
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/rtf2LaTeX
|
|
MAN1= rtf2LaTeX.1
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|