mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
88bfe4bd43
When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
19 lines
395 B
Makefile
19 lines
395 B
Makefile
# Created by: Martin Dieringer <martin.dieringer@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rtf2latex2e
|
|
DISTVERSION= 2-2-2
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/2-2
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
COMMENT= Newer filter that converts RTF (MS Rich Text Format) into LaTeX
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gmake
|
|
MAKE_ARGS= CC="${CC}" \
|
|
mandir=${MAN1PREFIX}/man/
|
|
|
|
.include <bsd.port.mk>
|