1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/bzr-gtk/Makefile
Antoine Brodin d50a083165 - Stage support
- Use PYDISTUTILS_AUTOPLIST

PR:		ports/185707
2014-01-20 19:24:43 +00:00

34 lines
707 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
USE_PYTHON= yes
USE_GNOME= pygtk2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
INSTALLS_ICONS= yes
OPTIONS_DEFINE= GTKSOURCE
GTKSOURCE_DESC= GTKSourceview support
GTKSOURCE_USE= GNOME=pygnomedesktop
.include <bsd.port.mk>