2013-09-06 22:31:50 +02:00
|
|
|
# Created by: Romain Tartiere <romain@blogreen.org>
|
2010-06-02 18:33:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tomboy-plugin-todo
|
|
|
|
PORTVERSION= 1.0.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2010-06-02 18:33:55 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://romain.blogreen.org/distfiles/
|
|
|
|
DISTNAME= tomboy-todo-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2012-07-25 08:32:06 +02:00
|
|
|
COMMENT= Highlight FIXME, TODO, and XXX in your notes
|
2010-06-02 18:33:55 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= tomboy:deskutils/tomboy
|
|
|
|
RUN_DEPENDS= tomboy:deskutils/tomboy
|
2010-06-02 18:33:55 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2015-05-24 23:57:37 +02:00
|
|
|
CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
|
2013-09-06 22:31:50 +02:00
|
|
|
USES= gmake pkgconfig
|
2010-06-02 18:33:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|