freebsd-ports/devel/bzrtools/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

29 lines
610 B
Makefile

# Created by: Ulf Lilleengen
# $FreeBSD$
PORTNAME= bzrtools
PORTVERSION= 2.6.0
PORTREVISION= 1
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:devel/bzr
OPTIONS_DEFINE= GRAPHVIZ RSYNC
GRAPHVIZ_DESC= graphviz for graph-ancestry
RSYNC_DESC= rsync for rspush
WRKSRC= ${WRKDIR}/bzrtools
USES= python
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= BzrTools
GRAPHVIZ_RUN_DEPENDS= dot:graphics/graphviz
RSYNC_RUN_DEPENDS= rsync:net/rsync
.include <bsd.port.mk>