freebsd-ports/deskutils/go-for-it/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

24 lines
479 B
Makefile

# $FreeBSD$
PORTNAME= go-for-it
DISTVERSION= 1.6.9
CATEGORIES= deskutils
MAINTAINER= neel@neelc.org
COMMENT= Stylish to-do list with built-in productivity timer
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libnotify.so:devel/libnotify
USES= cmake gettext pkgconfig
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= JMoerman
GH_PROJECT= Go-For-It
USE_GNOME= cairo glib20 gtk30 intltool
INSTALLS_ICONS= yes
.include <bsd.port.mk>