18 lines
383 B
Makefile
18 lines
383 B
Makefile
# Created by: Martin Dieringer <martin.dieringer@gmx.de>
|
|
|
|
PORTNAME= rtf2latex2e
|
|
DISTVERSION= 2-2-2
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/2-2
|
|
|
|
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>
|