1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/deskutils/tomboy-plugin-todo/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>