pkgsrc/textproc/detex/Makefile
jschauma 776926d5fa As pointed out on the website:
The detex-2.7 tarball was repackaged on 15 Oct 2002 to include a top level
detex-2.7 directory. The contents are otherwise identical to the old tarball.
Update Makefile and distinfo accordingly.
2002-11-11 20:07:33 +00:00

17 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/11/11 20:07:33 jschauma 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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/detex.1l ${PREFIX}/man/man1/detex.1
.include "../../mk/bsd.pkg.mk"