pkgsrc/editors/mflteco/Makefile

31 lines
813 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2012/12/27 06:13:20 dholland Exp $
#
DISTNAME= mflteco
PKGNAME= mflteco-19920331
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.catb.org/~esr/retro/
MAINTAINER= is@NetBSD.org
HOMEPAGE= http://www.catb.org/~esr/retro/
COMMENT= MFL clone of Tape Editor and COrrector
BUILD_TARGET= te
2008-04-07 19:37:36 +02:00
INSTALLATION_DIRS= bin share/doc/mflteco share/examples/mflteco
pre-patch:
cp ${WRKSRC}/Makefile.sun4 ${WRKSRC}/Makefile
do-install:
2008-04-07 19:37:36 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/te ${DESTDIR}${PREFIX}/bin
.for f in 00README teco.doc teco.doc.1
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/mflteco
.endfor
.for f in .tecorc pi.tec sample_tecorc.old tecorc.mch
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/examples/mflteco
.endfor
.include "../../mk/bsd.pkg.mk"