mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
f191d6b887
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
20 lines
441 B
Makefile
20 lines
441 B
Makefile
# Created by: Martin Dieringer <martin.dieringer@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rtf2latex2e
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/2-2
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.|-|g}
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
COMMENT= Newer filter that converts RTF (MS Rich Text Format) into LaTeX
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gmake
|
|
MAKE_ARGS= CC="${CC}" \
|
|
mandir=${MAN1PREFIX}/man/
|
|
|
|
.include <bsd.port.mk>
|