mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
20 lines
470 B
Makefile
20 lines
470 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: Makefile,v 1.4 1996/11/17 08:45:07 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= rtf2LaTeX.1.5
|
|
PKGNAME= rtf2latex-1.5
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/
|
|
|
|
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
WRKSRC= ${WRKDIR}/rtf2LaTeX
|
|
MAN1= rtf2LaTeX.1
|
|
|
|
.include <bsd.port.mk>
|