mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
22 lines
520 B
Makefile
22 lines
520 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:deskutils/tomboy
|
|
RUN_DEPENDS= tomboy:deskutils/tomboy
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
|
|
USES= gmake pkgconfig
|
|
|
|
.include <bsd.port.mk>
|