1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/monotone-viz/Makefile
Brendan Fabeny ddc550ff99 update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports

PR:		144982, 149958
Reviewed by:	johans (earlier version of the patch)
2013-03-05 20:22:02 +00:00

32 lines
711 B
Makefile

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