2007-03-18 12:51:16 +01:00
|
|
|
# New ports collection makefile for: bzr-gtk
|
|
|
|
# Date created: 2007-03-04
|
|
|
|
# Whom: Radim Kolar <hsn@sanatana.dharma>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bzr-gtk
|
2010-05-20 10:31:40 +02:00
|
|
|
PORTVERSION= 0.98.0
|
2007-03-18 12:51:16 +01:00
|
|
|
CATEGORIES= devel
|
2010-05-20 10:31:40 +02:00
|
|
|
MASTER_SITES= http://launchpadlibrarian.net/39697819/
|
2007-03-18 12:51:16 +01:00
|
|
|
|
2010-05-22 09:16:15 +02:00
|
|
|
MAINTAINER= c-s@c-s.li
|
2007-03-18 12:51:16 +01:00
|
|
|
COMMENT= GTK interface to Bazaar-NG VCS
|
|
|
|
|
2009-09-03 21:12:14 +02:00
|
|
|
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
|
2007-04-10 20:20:00 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \
|
|
|
|
bzr:${PORTSDIR}/devel/bazaar-ng
|
|
|
|
|
2007-03-18 12:51:16 +01:00
|
|
|
USE_PYTHON= 2.4+
|
|
|
|
USE_GNOME= pygtk2
|
|
|
|
USE_PYDISTUTILS= yes
|
2008-05-15 22:29:33 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2007-03-18 12:51:16 +01:00
|
|
|
|
|
|
|
OPTIONS= GTKSOURCE "GTKSourceview support" OFF
|
|
|
|
|
|
|
|
do-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|/usr/share/olive/olive.glade|${PREFIX}/share/olive/olive.glade|' ${WRKSRC}/olive/guifiles.py
|
|
|
|
${REINPLACE_CMD} -e 's|/usr/share/olive/cmenu.ui|${PREFIX}/share/olive/cmenu.ui|' ${WRKSRC}/olive/guifiles.py
|
2007-03-23 20:23:07 +01:00
|
|
|
${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/olive-gtk.desktop
|
2007-03-18 12:51:16 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_GTKSOURCE)
|
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtksourceview.so:${PORTSDIR}/x11-toolkits/py-gnome-desktop
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|