pkgsrc/textproc/tex2page/Makefile
dmcmahill 247e3b55fe Point at lang/guile16 instead of lang/guile in preparation for updating
lang/guile to 1.8.1 from 1.6.8.  These pkgs seemed to fail to build with
guile 1.8.1, but maybe can be easily fixed.
2007-06-12 02:55:15 +00:00

34 lines
970 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/06/12 02:55:16 dmcmahill Exp $
#
DISTNAME= tex2page
DIST_SUBDIR= tex2page-20060131
PKGNAME= tex2page-20060131
PKGREVISION= 4
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= Converts TeX manuscripts into (HTML) web pages
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
USE_TOOLS+= gs:run
CONFIGURE_ARGS+= --dialect=guile
# build documentation
do-build:
(cd ${WRKSRC} && ./my-tex2page tex2page-doc)
(cd ${WRKSRC} && ./my-tex2page tex2page-doc)
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/my-tex2page ${PREFIX}/bin/tex2page
${INSTALL_DATA_DIR} ${PREFIX}/share/doc//tex2page
${INSTALL} ${WRKSRC}/*.html ${WRKSRC}/*.gif ${PREFIX}/share/doc//tex2page
.include "../../graphics/netpbm/buildlink3.mk"
.include "../../lang/guile16/buildlink3.mk"
.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"