freebsd-ports/textproc/rtfreader/Makefile

26 lines
536 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
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.fiction.net/blong/programs/
DISTNAME= ms-rtf
MAINTAINER= ports@FreeBSD.org
COMMENT= A portable application/ms-rtf parser
ALL_TARGET= rtfreader
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/rtfreader
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/rtfreader ${PREFIX}/bin
.include <bsd.port.mk>