2003-03-29 13:40:00 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2003/03/29 12:42:41 jmmv Exp $
|
2001-04-27 14:18:33 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= RTF-1.10
|
2001-11-29 02:12:24 +01:00
|
|
|
PKGNAME= rtf-tools-1.10
|
|
|
|
PKGREVISION= 1
|
2003-03-29 13:40:00 +01:00
|
|
|
WRKSRC= ${WRKDIR}/rtf
|
2001-04-27 14:18:33 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.primate.wisc.edu/software/RTF/
|
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 19:55:32 +01:00
|
|
|
MAINTAINER= collver1@attbi.com
|
2001-04-27 14:18:33 +02:00
|
|
|
HOMEPAGE= http://www.primate.wisc.edu/software/RTF/
|
|
|
|
COMMENT= RTF to troff/groff/text converter
|
|
|
|
|
2001-05-30 16:38:19 +02:00
|
|
|
BUILD_DEPENDS+= libts-1.08:../../devel/libts
|
2001-04-27 14:18:33 +02:00
|
|
|
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
for i in `${FIND} ${WRKSRC} -name Makefile`; do \
|
|
|
|
${MV} $$i $$i.bak;\
|
|
|
|
${SED} <$$i.bak >$$i \
|
|
|
|
-e "s|/usr/local|${PREFIX}|g" \
|
|
|
|
-e "s|/usr/man|${PREFIX}/man|" \
|
|
|
|
-e "s|\(LOCALBINDIR =.*\)|\1/bin|" ;\
|
|
|
|
done
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|