pkgsrc/textproc/doclifter/Makefile
recht bcf045be12 update to doclifter-1.15
and drop maintainership, since I don't longer use it

changes:
* Sat Nov 20 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.15-1
- Fix logic for flushing mdoc namediv.  Handle tables within mdoc lists better.
  Strip out some pod2mam-generated cliches.

* Thu Sep 2 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.14-1
- Added -e option to set encoding in the output XML.  Documented
  required file extensions for mm, me, ms.  Now lift some trivial uses
  of eqn(1) markup.  Better handling of mm header markup.  Interpret
  the X source distribution's local macros as a secondary markup.
  Nuke &hairsp; it's documented but apparently not actually defined.
2004-11-28 15:44:31 +00:00

23 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.7 2004/11/28 15:44:31 recht Exp $
#
DISTNAME= doclifter-1.15
CATEGORIES= textproc
MASTER_SITES= http://catb.org/~esr/doclifter/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://catb.org/~esr/doclifter/
COMMENT= Translates documents written in troff macros to DocBook
NO_BUILD= yes
USE_BUILDLINK3= yes
PYTHON_PATCH_SCRIPTS= doclifter
PYTHON_VERSIONS_ACCEPTED= 23pth 23 22pth 22
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/doclifter ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doclifter.1 ${PREFIX}/man/man1
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"