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
24 lines
479 B
Makefile
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>
|