mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
32 lines
679 B
Makefile
32 lines
679 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.1
|
|
PORTREVISION= 1
|
|
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=
|
|
|
|
PLIST_FILES= bin/monotone-viz
|
|
|
|
.include <bsd.port.mk>
|
|
|