blob: 89254b38c4841d64bab685e1383a17cefd86cf6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|