aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rtfreader/Makefile
blob: 98f7a071d00f86c1c9cbb1967c1e422a8ad43e59 (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
25
# New ports collection makefile for:    rtfreader
# Date created:         14 Jan 2002
# Whom:             Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   rtfreader
PORTVERSION=    1.0
CATEGORIES= textproc
MASTER_SITES=   http://www.fiction.net/blong/programs/
DISTNAME=   ms-rtf

MAINTAINER= jim@FreeBSD.org
COMMENT=    A portable application/ms-rtf parser

ALL_TARGET= rtfreader

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/rtfreader ${PREFIX}/bin

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>