aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/tomboy-plugin-todo/Makefile
blob: e26b5c5975aa3e6a9e459c94640619b09e315e6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$

PORTNAME=   tomboy-plugin-todo
PORTVERSION=    1.0.0
PORTREVISION=   1
CATEGORIES= deskutils
MASTER_SITES=   http://romain.blogreen.org/distfiles/
DISTNAME=   tomboy-todo-${PORTVERSION}

MAINTAINER= mono@FreeBSD.org
COMMENT=    Highlight FIXME, TODO, and XXX in your notes

BUILD_DEPENDS=  tomboy:${PORTSDIR}/deskutils/tomboy
RUN_DEPENDS=    tomboy:${PORTSDIR}/deskutils/tomboy

GNU_CONFIGURE=  yes
USES=       gmake pkgconfig

NO_STAGE=   yes
.include <bsd.port.mk>