# $OpenBSD: Makefile,v 1.9 2003/08/22 18:12:24 espie Exp $ COMMENT= "LaTeX to html translator" CATEGORIES= textproc print V=1.06 # 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/moscova/hevea/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-manual${EXTRACT_SUFX} MAINTAINER= Marc Espie 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