aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hevea/Makefile
blob: 34bcee582c30ec79843148e2e6fc81e0c53a8460 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>