mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
0d2056a4f1
The way the hevea port is installed now, if it is installed as a package, then chances are hevea.sty will not be visible to latex. What I have done is - instead of having the port copy hevea.sty to a place where latex can find it, I give instructions as a message for the user to put it there. PR: 16149 Submitted by: maintainer
26 lines
576 B
Makefile
26 lines
576 B
Makefile
# New ports collection makefile for: hevea
|
|
# Version required: 1.0.4
|
|
# Date created: November 28 1999
|
|
# 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
|
|
${CAT} ${MASTERDIR}/pkg/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|