pkgsrc/textproc/detex/Makefile
agc a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00

19 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:48 agc Exp $
#
DISTNAME= detex-2.7
CATEGORIES= textproc
MASTER_SITES= http://www.cs.purdue.edu/homes/trinkle/detex/
EXTRACT_SUFX= .tar
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cs.purdue.edu/homes/trinkle/detex/
COMMENT= remove LaTeX commands
WRKSRC= ${WRKDIR}
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/detex ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/detex.1l ${PREFIX}/man/man1/detex.1
.include "../../mk/bsd.pkg.mk"