1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/deskutils/tomboy-plugin-todo/Makefile
Martin Wilke 2b3b4afd81 - Stage support
PR:		190707
2014-06-06 14:39:11 +00:00

21 lines
492 B
Makefile

# 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
.include <bsd.port.mk>