1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/monotone-viz/Makefile
Koop Mast 262eaa5615 Un-break by depending on the ports lablgtk version insteald of bundled one.
PR:		ports/152740
Submitted by:	Lapo Luchini <lapo@lapo.it> (maintainer)
2010-12-15 15:31:42 +00:00

36 lines
807 B
Makefile

# 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.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/
MAINTAINER= lapo@lapo.it
COMMENT= Visual interface for Monotone VCS with revision graphs
BUILD_DEPENDS= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \
mtn:${PORTSDIR}/devel/monotone \
lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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>