mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
25 lines
568 B
Makefile
25 lines
568 B
Makefile
# New ports collection makefile for: tomboy-plugin-todo
|
|
# Date created: 2009-06-09
|
|
# Whom: 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
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|