mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# New ports collection makefile for: rtf2LaTeX
|
|
# Date created: 25 Jan 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rtf2latex
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/
|
|
DISTNAME= rtf2LaTeX.1.5
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/rtf2LaTeX
|
|
MAN1= rtf2LaTeX.1
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|