summaryrefslogtreecommitdiff
path: root/deskutils/kanbanapp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kanbanapp/Makefile')
-rw-r--r--deskutils/kanbanapp/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/deskutils/kanbanapp/Makefile b/deskutils/kanbanapp/Makefile
new file mode 100644
index 000000000000..72009950fe49
--- /dev/null
+++ b/deskutils/kanbanapp/Makefile
@@ -0,0 +1,30 @@
+PORTNAME= kanbanapp
+PORTVERSION= 1.1.0
+DISTVERSIONPREFIX= v
+CATEGORIES= deskutils
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= Simple offline Kanban-like program written with Qt
+WWW= https://github.com/noedigcode/Kanbanapp
+
+#LICENSE= https://github.com/noedigcode/Kanbanapp/issues/2
+
+USES= gmake qmake qt:5
+USE_QT= buildtools:build core gui widgets
+USE_GITHUB= yes
+GH_ACCOUNT= noedigcode
+GH_PROJECT= Kanbanapp
+
+OPTIONS_DEFINE= DOCS
+
+PLIST_FILES= bin/${PORTNAME}
+PORTDOCS= changelog.txt readme.md
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>