2684c21f90
PR: 215495 Submitted by: neel@neelc.org (maintainer)
30 lines
606 B
Makefile
30 lines
606 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= go-for-it
|
|
PORTVERSION= 1.5
|
|
DISTVERSIONPREFIX= release_v
|
|
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
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mank319
|
|
GH_PROJECT= Go-For-It
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= cmake gettext pkgconfig
|
|
USE_GNOME= cairo glib20 gtk30
|
|
INSTALLS_ICONS= yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/data/go-for-it.desktop \
|
|
${STAGEDIR}${PREFIX}/share/applications
|
|
|
|
.include <bsd.port.mk>
|