9c552ca4dc
PR: 119504 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
21 lines
437 B
Makefile
21 lines
437 B
Makefile
# New ports collection makefile for: unrtf
|
|
# Date created: 26 March 2002
|
|
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= unrtf
|
|
PORTVERSION= 0.20.5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A converter from RTF to several formats, including HTML and LaTeX
|
|
|
|
USE_GNOME= gnometarget
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= unrtf.1
|
|
PLIST_FILES= bin/unrtf
|
|
|
|
.include <bsd.port.mk>
|