2006-07-11 09:29:48 +02:00
|
|
|
# New ports collection makefile for: monotone-viz
|
|
|
|
# Date created: 2 July 2006
|
|
|
|
# Whom: Tarasov Alexey <master@preved.cn>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= monotone-viz
|
2008-06-01 12:13:57 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
2006-07-11 09:29:48 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/
|
|
|
|
|
2008-05-29 23:47:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-07-11 09:29:48 +02:00
|
|
|
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
|
2008-06-01 12:13:57 +02:00
|
|
|
USE_GNOME= gtk20 libgnomecanvas
|
2006-07-11 09:29:48 +02:00
|
|
|
|
|
|
|
ALL_TARGET=
|
2009-11-20 23:53:09 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2006-07-11 09:29:48 +02:00
|
|
|
|
2008-06-01 12:13:57 +02:00
|
|
|
PLIST_FILES= bin/monotone-viz
|
|
|
|
|
2006-07-11 09:29:48 +02:00
|
|
|
.include <bsd.port.mk>
|
2008-06-01 12:13:57 +02:00
|
|
|
|