mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
54 lines
1.4 KiB
Makefile
54 lines
1.4 KiB
Makefile
# New ports collection makefile for: gtg
|
|
# Date created: 16 March 2009
|
|
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtg
|
|
PORTVERSION= 0.2.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils gnome python
|
|
MASTER_SITES= http://launchpad.net/gtg/0.3/${PORTVERSION}/+download/
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= GTD organizer for the GNOME desktop environment
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=0:${PORTSDIR}/devel/py-configobj \
|
|
${PYTHON_PKGNAMEPREFIX}dbus>=0.82.4:${PORTSDIR}/devel/py-dbus \
|
|
${PYTHON_PKGNAMEPREFIX}xdg>=0:${PORTSDIR}/devel/py-xdg \
|
|
${PYTHON_PKGNAMEPREFIX}liblarch_gtk>=0:${PORTSDIR}/devel/py-liblarch_gtk \
|
|
xset:${PORTSDIR}/x11/xset
|
|
|
|
FETCH_ARGS= -pRr
|
|
USE_GNOME= desktopfileutils pygobject pygtk2
|
|
USE_GETTEXT= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= yes
|
|
|
|
MAN1= gtg.1 gtg_new_task.1
|
|
|
|
OPTIONS_DEFINE= CHEETAH
|
|
CHEETAH_DESC= Needed for export plugin to work
|
|
OPTIONS_EXCLUDE=NLS DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MCHEETAH}
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/cheetah:${PORTSDIR}/devel/py-cheetah
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/gtg.desktop
|
|
@${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \
|
|
${WRKSRC}/gtg.desktop ${WRKSRC}/org.gnome.GTG.service
|
|
|
|
post-install:
|
|
@-update-desktop-database
|
|
|
|
.include <bsd.port.mk>
|