freebsd-ports/devel/bzr-gtk/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

31 lines
646 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
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>