1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/deskutils/go-for-it/Makefile
2021-10-14 11:04:51 -07:00

26 lines
608 B
Makefile

PORTNAME= go-for-it
DISTVERSION= 1.9.5
CATEGORIES= deskutils
MAINTAINER= nc@FreeBSD.org
COMMENT= Stylish to-do list with built-in productivity timer
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libnotify.so:devel/libnotify
USES= cmake compiler:c11 gettext gnome pkgconfig
CMAKE_ARGS= -DAPP_SYSTEM_NAME:STRING=${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= JMoerman
GH_PROJECT= Go-For-It
USE_GNOME= cairo glib20 gtk30 intltool
GLIB_SCHEMAS= com.github.jmoerman.go-for-it.gschema.xml
GNU_CONFIGURE= yes
.include <bsd.port.mk>