freebsd-ports/devel/monotone-viz/Makefile
Antoine Brodin e893103fe4 Mark BROKEN: fails to build
ocamlopt.opt  -I /usr/local/lib/ocaml/site-lib/lablgtk2 -I glib  -c app.ml
File "app.ml", line 172, characters 5-27:
Error: This expression has type App.status
       It has no method with_status
Makefile:99: recipe for target 'app.cmx' failed

Reported by:	pkg-fallout
2015-12-19 15:13:36 +00:00

37 lines
827 B
Makefile

# Created by: Tarasov Alexey <master@preved.cn>
# $FreeBSD$
PORTNAME= monotone-viz
PORTVERSION= 1.0.2
PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/
MAINTAINER= ports@FreeBSD.org
COMMENT= Visual interface for Monotone VCS with revision graphs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= fails to build
BUILD_DEPENDS= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \
mtn:${PORTSDIR}/devel/monotone \
lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
USES= gmake
USE_OCAML= yes
USE_OCAML_CAMLP4=yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-local-lablgtk
ALL_TARGET=
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/monotone-viz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/monotone-viz
.include <bsd.port.mk>