pkgsrc-wip/gtimelog/Makefile
Daniel Horecki 0a3f5fdd3e Import gtimelog-0.5.0 as wip/gtimelog.
GTimeLog is a small Gtk+ app for keeping track of your time.
It's main goal is to be as unintrusive as possible.
2011-03-30 21:11:34 +00:00

24 lines
641 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/03/30 21:11:34 shindenmorr Exp $
#
DISTNAME= gtimelog-0.5.0
CATEGORIES= time
MASTER_SITES= http://pypi.python.org/packages/source/g/gtimelog/
MAINTAINER= morr@NetBSD.org
HOMEPAGE= http://mg.pov.lt/gtimelog/
COMMENT= Small Gtk+ app for keeping track of your time
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
PYTHON_PATCH_SCRIPTS+= src/gtimelog/main.py src/gtimelog/test_gtimelog.py scripts/*.py
PYDISTUTILSPKG= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"