blob: fec91cc2a69613affb1947c5a3dd6bb8c9aa0180 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|