1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/rtf2latex2e/Makefile
Jason Helfman 00f3b6859b - Update to 2.0.1
- Add LICENSE
- Patch files are no longer used in version 2.0.x

PR:	ports/167668
Submitted by:	linpc@cs.nctu.edu.tw
Approved by:	maintainer timeout (15 days)
2012-05-21 17:39:49 +00:00

23 lines
508 B
Makefile

# 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>