blob: d7332e4348dcb919ec2a85adc5f4d9b9b27b8f99 (
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
|
# New ports collection makefile for: monotone-viz
# Date created: 2 July 2006
# Whom: Tarasov Alexey <master@preved.cn>
#
# $FreeBSD$
#
PORTNAME= monotone-viz
PORTVERSION= 0.15
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/
MAINTAINER= master@preved.cn
COMMENT= Visual interface for Monotone VCS with revision graphs
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \
dot:${PORTSDIR}/graphics/graphviz \
mtn:${PORTSDIR}/devel/monotone \
sqlite3:${PORTSDIR}/databases/sqlite3
GNU_CONFIGURE= YES
USE_GMAKE= YES
ALL_TARGET=
.include <bsd.port.mk>
|