pkgsrc/textproc/tex2page/Makefile
gdt eb4f0e4386 TeX2page makes Web pages from TeX manuscripts. It reads an input
document that is marked up in a TeX format (viz., plain TeX, LaTeX,
Texinfo), and produces an output document with the functionally
equivalent HTML markup. TeX2page uses the same input file syntax,
calling conventions, and error-recovery mechanisms as TeX, and thus
demands no additional expertise of a user already familiar with
TeX. TeX2page runs on modern Schemes and Common Lisp.
2005-12-01 18:50:14 +00:00

24 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/12/01 18:50:14 gdt Exp $
#
DISTNAME= tex2page
PKGNAME= tex2page-20051023
CATEGORIES= textproc
MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.ccs.neu.edu/home/dorai/tex2page/
COMMENT= SHORT_DESCRIPTION_OF_THE_PACKAGE
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --dialect=guile
do-build:
do-install:
$(INSTALL_SCRIPT) ${WRKSRC}/my-tex2page $(PREFIX)/bin/tex2page
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"