openbsd-ports/textproc/hevea/Makefile

42 lines
972 B
Makefile
Raw Normal View History

# $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}
2000-10-09 20:40:20 -04:00
MAINTAINER= Marc Espie <espie@openbsd.org>
HOMEPAGE= http://para.inria.fr/%7Emaranget/hevea/
NO_REGRESS = Yes
2012-08-04 12:30:04 -04:00
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
2012-08-04 12:30:04 -04:00
.include <bsd.port.mk>