freebsd-ports/deskutils/tomboy-plugin-reminder/Makefile
Romain Tartière 7b6236238b This plugin looks for notes with lines like ``Remind 23 october'' and will open
the note containing this on the corresponding date and time.

WWW:	http://flukkost.nu/blog/tomboy-reminder/
2010-06-02 16:32:44 +00:00

23 lines
551 B
Makefile

# New ports collection makefile for: tomboy-plugin-reminder
# Date created: 2008-12-21
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= tomboy-plugin-reminder
PORTVERSION= 0.9.2
CATEGORIES= deskutils
MASTER_SITES= http://flukkost.nu/
DISTNAME= tomboy-reminder-${PORTVERSION}
MAINTAINER= mono@FreeBSD.org
COMMENT= Automatically open notes at a given date and time
BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>