freebsd-ports/deskutils/tomboy-plugin-todo/Makefile

22 lines
520 B
Makefile
Raw Normal View History

2013-09-06 22:31:50 +02:00
# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= tomboy-plugin-todo
PORTVERSION= 1.0.0
2012-06-01 07:26:28 +02:00
PORTREVISION= 1
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
BUILD_DEPENDS= tomboy:deskutils/tomboy
RUN_DEPENDS= tomboy:deskutils/tomboy
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
.include <bsd.port.mk>