blob: c8185fd90fc3725fb7619cddabb0dfd894a50a84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: rtf2latex2e
# Date created: 13 Oct 2008
# Whom: Martin Dieringer <martin.dieringer@gmx.de>
#
# $FreeBSD$
#
PORTNAME= rtf2latex2e
PORTVERSION= 1.0
CATEGORIES= print
MASTER_SITES= SF
MASTER_SITE_SUBDIR= rtf2latex2e
DISTNAME= ${PORTNAME}Unix1
MAINTAINER= martin.dieringer@gmx.de
COMMENT= A newer filter that converts RTF (MS Rich Text Format) into LaTeX
USE_GZIP= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}Unix-${PORTVERSION}fc1/Unix
.include <bsd.port.mk>
|