mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
d50a083165
- Use PYDISTUTILS_AUTOPLIST PR: ports/185707
34 lines
707 B
Makefile
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>
|