mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
aca138515b
PR: 233805 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
25 lines
489 B
Makefile
25 lines
489 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:outsource 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>
|