summaryrefslogtreecommitdiff
path: root/print/rtf2latex2e/Makefile
blob: 42b6212b5bf357db80fe7f66671025590c149440 (plain) (blame)
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:    rtf2latex2e
# Date created:         13 Oct 2008
# Whom:                 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

.include <bsd.port.mk>