mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
79a50af9e5
- Add stage support - Remove RSYNC from OPTIONS_DEFAULT while here - Convert all "if's" to options helpers PR: ports/185728 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
29 lines
630 B
Makefile
29 lines
630 B
Makefile
# Created by: Ulf Lilleengen
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bzrtools
|
|
PORTVERSION= 2.6.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://launchpad.net/bzrtools/stable/${PORTVERSION}/+download/
|
|
|
|
MAINTAINER= fullermd@over-yonder.net
|
|
COMMENT= Extensions to devel/bzr
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
|
|
|
|
OPTIONS_DEFINE= GRAPHVIZ RSYNC
|
|
GRAPHVIZ_DESC= graphviz for graph-ancestry
|
|
RSYNC_DESC= rsync for rspush
|
|
|
|
WRKSRC= ${WRKDIR}/bzrtools
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= BzrTools
|
|
|
|
GRAPHVIZ_RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
|
|
RSYNC_RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
|
|
.include <bsd.port.mk>
|