1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/bzr-gtk/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

31 lines
662 B
Makefile

# Created by: Radim Kolar <hsn@sanatana.dharma>
# $FreeBSD$
PORTNAME= bzr-gtk
PORTVERSION= 0.100.0
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/65442805/ \
http://www.c-s.li/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK interface to Bazaar-NG VCS
LICENSE= GPLv2
BUILD_DEPENDS= bzr:devel/bzr
RUN_DEPENDS= bzr:devel/bzr \
${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
USES= desktop-file-utils python:2.7
USE_PYTHON= distutils autoplist
USE_GNOME= pygtk2
INSTALLS_ICONS= yes
OPTIONS_DEFINE= GTKSOURCE
GTKSOURCE_DESC= GTKSourceview support
GTKSOURCE_USE= GNOME=pygnomedesktop
.include <bsd.port.mk>