openbsd-ports/textproc/hevea/Makefile
naddy 808532288d Build native executable where supported, byte code elsewhere.
From: Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
2002-09-30 15:48:27 +00:00

42 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.8 2002/09/30 15:48:27 naddy Exp $
COMMENT= "LaTeX to html translator"
CATEGORIES= textproc print
V=1.05
# Q Licence 1.0 + LGPL for parts of the runtime
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
BUILD_DEPENDS= :ocaml-*:lang/ocaml
DISTNAME= hevea-$V
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/para/hevea/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-manual${EXTRACT_SUFX}
MAINTAINER= Marc Espie <espie@openbsd.org>
HOMEPAGE= http://para.inria.fr/%7Emaranget/hevea/
MAKE_FLAGS=LIBDIR='${PREFIX}/lib/hevea' BINDIR='${PREFIX}/bin'
FAKE_FLAGS=LIBDIR='${WRKINST}${PREFIX}/lib/hevea' BINDIR='${WRKINST}${PREFIX}/bin'
.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "sparc" && \
${MACHINE_ARCH} != "alpha"
RUN_DEPENDS= :ocaml-*:lang/ocaml
MAKE_FLAGS+= TARGET='byte'
FAKE_FLAGS+= TARGET='byte'
.endif
# Beware! this works only because the manual is flat
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hevea
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}-manual/* ${PREFIX}/share/doc/hevea
NO_REGRESS= Yes
.include <bsd.port.mk>