openbsd-ports/textproc/hevea/Makefile
chrisz 4958da850e Update hevea to 2.00
maintainer timed out; ok jasper@
2012-12-13 11:51:34 +00:00

42 lines
972 B
Makefile

# $OpenBSD: Makefile,v 1.21 2012/12/13 11:51:34 chrisz Exp $
COMMENT= LaTeX to html translator
CATEGORIES= textproc print
# 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
WANTLIB= c m
DISTNAME = hevea-2.00
MASTER_SITES = http://para.inria.fr/~maranget/hevea/distri/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-manual${EXTRACT_SUFX}
MAINTAINER= Marc Espie <espie@openbsd.org>
HOMEPAGE= http://para.inria.fr/%7Emaranget/hevea/
NO_REGRESS = Yes
MODULES += lang/ocaml
.include <bsd.port.arch.mk>
.if ${PROPERTIES:Mocaml_native}
MAKE_FLAGS += TARGET=opt
FAKE_FLAGS += TARGET=opt
.else
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
.include <bsd.port.mk>