Update deskutils/go-for-it to version 1.6.5
[dports.git] / deskutils / go-for-it / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       go-for-it
4 DISTVERSION=    1.6.5
5 CATEGORIES=     deskutils
6
7 MAINTAINER=     neel@neelc.org
8 COMMENT=        Stylish to-do list with built-in productivity timer
9
10 LICENSE=        GPLv3+
11 LICENSE_FILE=   ${WRKSRC}/COPYING
12
13 BUILD_DEPENDS=  valac:lang/vala
14 LIB_DEPENDS=    libnotify.so:devel/libnotify
15
16 USES=           cmake:outsource gettext pkgconfig
17 GNU_CONFIGURE=  yes
18 USE_GITHUB=     yes
19 GH_ACCOUNT=     JMoerman
20 GH_PROJECT=     Go-For-It
21 USE_GNOME=      cairo glib20 gtk30 intltool
22 INSTALLS_ICONS= yes
23
24 .include <bsd.port.mk>