5bf2a39388
Set LICENSE while here.
21 lines
578 B
Makefile
21 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.15 2017/07/12 10:56:51 wiz Exp $
|
|
|
|
DISTNAME= detex-2.8
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.cs.purdue.edu/homes/trinkle/detex/
|
|
EXTRACT_SUFX= .tar
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.cs.purdue.edu/homes/trinkle/detex/
|
|
COMMENT= Remove LaTeX commands
|
|
LICENSE= modified-bsd # nearly
|
|
|
|
USE_TOOLS+= lex
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/detex ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/detex.1l ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/detex.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|