2009-03-16 21:11:39 +00:00
|
|
|
# New ports collection makefile for: gtg
|
|
|
|
# Date created: 16 March 2009
|
|
|
|
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtg
|
2010-04-19 09:21:32 +00:00
|
|
|
PORTVERSION= 0.2.4
|
2010-05-31 02:01:56 +00:00
|
|
|
PORTREVISION= 1
|
2009-03-16 21:11:39 +00:00
|
|
|
CATEGORIES= deskutils gnome python
|
2010-02-11 20:09:40 +00:00
|
|
|
MASTER_SITES= http://launchpad.net/gtg/0.2/${PORTVERSION}/+download/
|
2009-03-16 21:11:39 +00:00
|
|
|
|
|
|
|
MAINTAINER= cvs-src@yandex.ru
|
|
|
|
COMMENT= GTD organizer for the GNOME desktop environment
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/configobj.py:${PORTSDIR}/devel/py-configobj \
|
|
|
|
${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \
|
|
|
|
${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
|
|
|
|
|
2009-04-09 12:53:16 +00:00
|
|
|
FETCH_ARGS= -pRr
|
2009-09-14 07:53:01 +00:00
|
|
|
USE_GNOME= pygtk2 desktopfileutils
|
2010-02-13 14:38:43 +00:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2009-09-14 07:53:01 +00:00
|
|
|
USE_PYTHON= 2.6+
|
2009-03-16 21:11:39 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
2009-12-11 02:22:31 +00:00
|
|
|
MAN1= gtg.1 gtg_new_task.1
|
2009-04-09 02:59:31 +00:00
|
|
|
|
2010-02-13 14:38:43 +00:00
|
|
|
OPTIONS= CHEETAH "Needed for export plugin to work" off
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_CHEETAH)
|
|
|
|
RUN_DEPENDS+=${LOCALBASE}/bin/cheetah:${PORTSDIR}/devel/py-cheetah
|
|
|
|
.endif
|
|
|
|
|
2009-04-09 02:59:31 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py
|
2009-06-17 19:20:33 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
|
|
|
|
${WRKSRC}/gtg.desktop ${WRKSRC}/GTG/__init__.py
|
2010-03-06 19:35:10 +00:00
|
|
|
${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \
|
|
|
|
${WRKSRC}/gtg.desktop ${WRKSRC}/org.GTG.service
|
2009-04-09 02:59:31 +00:00
|
|
|
|
2009-03-16 21:11:39 +00:00
|
|
|
post-install:
|
|
|
|
@-update-desktop-database
|
|
|
|
|
2010-02-13 14:38:43 +00:00
|
|
|
.include <bsd.port.post.mk>
|