blob: 1e1a29860ebc79cd2cf16d86df4294ccb2fb3351 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Martin Dieringer <martin.dieringer@gmx.de>
# $FreeBSD$
PORTNAME= rtf2latex2e
PORTVERSION= 2.0.1
CATEGORIES= print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/2-0
DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.|-|g}
MAINTAINER= martin.dieringer@gmx.de
COMMENT= A newer filter that converts RTF (MS Rich Text Format) into LaTeX
LICENSE= GPLv2
USE_ZIP= yes
USE_GMAKE= yes
NO_STAGE= yes
.include <bsd.port.mk>
|