pkgsrc/net/lambdamoo-doc/Makefile
jlam 758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21 18:57:40 +00:00

33 lines
987 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/01/21 18:57:41 jlam Exp $
DISTNAME= lambdamoo-doc-1.8.0p6
CATEGORIES= net
MASTER_SITES= ftp://ftp.lambda.moo.mud.org/pub/MOO/ \
ftp://ftp.kanga.nu/pub/mirrors/ftp.lambda.moo.mud.org/pub/MOO/
EXTRACT_SUFX=
DISTFILES= ProgrammersManual.texinfo HelpSystem-02Jun93.txt
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.ccs.neu.edu/home/eostrom/muds/lambdamoo.html
COMMENT= Documentation for lambdamoo
EXTRACT_ONLY= ProgrammersManual.texinfo
WRKSRC= ${WRKDIR}
USE_MAKEINFO= yes
do-build:
makeinfo --no-split --no-headers \
${WRKSRC}/ProgrammersManual.texinfo \
>${WRKSRC}/ProgrammersManual.txt
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lambdamoo
${INSTALL_DATA} ${DISTDIR}/HelpSystem-02Jun93.txt \
${PREFIX}/share/doc/lambdamoo
${INSTALL_DATA} ${WRKSRC}/ProgrammersManual.texinfo \
${PREFIX}/share/doc/lambdamoo
${INSTALL_DATA} ${WRKSRC}/ProgrammersManual.txt \
${PREFIX}/share/doc/lambdamoo
.include "../../mk/bsd.pkg.mk"