pkgsrc/time/etm/Makefile
ryoon 40c9e5f747 Update to 707.
Changelog:
707    2011-04-17
	Fixed bug in which finished, undated tasks would raise 'missing d'
	error.
706    2011-04-17
	Added omit using -o to ledger view. Added limit selection switches
	for contexts and keywords to the rc file. Added etmUser setting to
	rc. Added user filter.
705    2011-04-16
	Added etmActions, etmEvents, ..., etmNotes to allow custom relative
	paths to directories for actions and so forth.
704    2011-03-18
	Added 'follow links' to directory walk. Added timeout and improved
	error handling in getWeather. Corrected 'byweek' to 'byweekno' for
	repetitions.
703    2011-02-28
	Changed reporting strings for newer() per suggestion from Bjorn.
2011-04-29 17:25:02 +00:00

27 lines
753 B
Makefile

# $NetBSD: Makefile,v 1.23 2011/04/29 17:25:02 ryoon Exp $
#
DISTNAME= etm-707
CATEGORIES= time
MASTER_SITES= http://www.duke.edu/~dgraham/ETM/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://www.duke.edu/~dgraham/ETM/
COMMENT= events and tasks manager using simple text files
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets
DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4.1:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar
USE_LANGUAGES= # none
# Delete an unnecessary file
post-configure:
${RM} ${WRKSRC}/etm.egg-info/.SOURCES.txt~
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"