pkgsrc/editors/ce-doc/Makefile
schmonz da0b272101 Initial import of ce-doc-4.4, from my own PR pkg/15627.
Suggestions from agc. Approved by garbled.

This editor is derived most directly from Dave Conroy's original
MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs
v3.6.  Some stuff from mg, version 2a, has also been used.

This package manages the documentation.
2002-04-08 20:02:43 +00:00

18 lines
370 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 20:02:43 schmonz Exp $
#
.include "../ce/Makefile.common"
PKGNAME= ce-doc-${VERSION}
COMMENT+= , documentation
NO_BUILD= # defined
INSTALL_TARGET= doc-install
post-configure:
cd ${WRKSRC} && \
${SED} -e 's|@PREFIX@|${PREFIX}|g' teach-ce > teach-ce.tmp && \
${MV} teach-ce.tmp teach-ce
.include "../../mk/bsd.pkg.mk"