aboutsummaryrefslogtreecommitdiff
path: root/devel/monotone-viz/Makefile
blob: 1b1415ca27fb8e9a27a0bbc79f981b17d8fe09a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:   monotone-viz
# Date created:        2 July 2006
# Whom:            Tarasov Alexey <master@preved.cn>
#
# $FreeBSD$
#

PORTNAME=	monotone-viz
PORTVERSION=	1.0.1
PORTREVISION=	3
CATEGORIES=	devel
MASTER_SITES=	http://oandrieu.nerim.net/monotone-viz/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Visual interface for Monotone VCS with revision graphs

BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
		dot:${PORTSDIR}/graphics/graphviz \
		mtn:${PORTSDIR}/devel/monotone \
		sqlite3:${PORTSDIR}/databases/sqlite3

GNU_CONFIGURE=	YES
USE_GMAKE=	YES
USE_GNOME=	gtk20 libgnomecanvas

ALL_TARGET=
MAKE_JOBS_UNSAFE=	yes

PLIST_FILES=	bin/monotone-viz

.include <bsd.port.mk>