mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
00f3b6859b
- 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)
23 lines
508 B
Makefile
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>
|