1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/rtfreader/Makefile

26 lines
488 B
Makefile
Raw Normal View History

# 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>