1999-12-25 16:17:04 +00:00
|
|
|
# New ports collection makefile for: hevea
|
|
|
|
# Version required: 1.0.4
|
2000-01-24 06:14:49 +00:00
|
|
|
# Date created: November 28 1999
|
1999-12-25 16:17:04 +00:00
|
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= hevea-1.04
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/para/hevea/
|
|
|
|
|
|
|
|
MAINTAINER= stephen@math.missouri.edu
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
|
|
|
|
|
|
|
TEX_DIR= ${PREFIX}/share/texmf/tex/latex
|
|
|
|
TEXHASH= ${PREFIX}/bin/texhash
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/hevea
|
|
|
|
strip ${PREFIX}/bin/hacha
|
2000-01-24 06:14:49 +00:00
|
|
|
${CAT} ${MASTERDIR}/pkg/MESSAGE
|
1999-12-25 16:17:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|