89e07f4a18
Approved by: portmgr (implicit)
31 lines
682 B
Makefile
31 lines
682 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:${PORTSDIR}/devel/bzr
|
|
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr \
|
|
${PYTHON_PKGNAMEPREFIX}cairo>=0:${PORTSDIR}/graphics/py-cairo
|
|
|
|
|
|
USES= desktop-file-utils python
|
|
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>
|