aboutsummaryrefslogtreecommitdiff
path: root/graphics/minder/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-04-10 06:56:23 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-04-10 06:56:23 +0000
commit23eaee9ab5b895dd6627cf0bf6f360af52dffbde (patch)
treee4af06a1a81d14605013c01112ad0a8ad529d778 /graphics/minder/Makefile
parent9b395ed9de42f276f402cb23d685c5501a440cd9 (diff)
Notes
Diffstat (limited to 'graphics/minder/Makefile')
-rw-r--r--graphics/minder/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/minder/Makefile b/graphics/minder/Makefile
index f3f874da72eb..5d13ecdad8df 100644
--- a/graphics/minder/Makefile
+++ b/graphics/minder/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= minder
-PORTVERSION= 1.1.3
-PORTREVISION= 1
+PORTVERSION= 1.2
CATEGORIES= graphics
-PKGNAMESUFFIX= -app # avoid PKGBASE collision with net-p2p/minder
+# avoid PKGBASE collision with net-p2p/minder
+PKGNAMESUFFIX= -app
MAINTAINER= tobik@FreeBSD.org
COMMENT= Mind-mapping application
@@ -15,15 +15,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= vala:lang/vala
LIB_DEPENDS= libgranite.so:x11-toolkits/granite
-USES= gettext gnome meson pkgconfig python:3.5+,build
+USES= desktop-file-utils gettext gnome meson pkgconfig \
+ python:3.5+,build shared-mime-info shebangfix
USE_GITHUB= yes
GH_ACCOUNT= phase1geo
GH_PROJECT= Minder
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
GLIB_SCHEMAS= com.github.phase1geo.minder.gschema.xml
INSTALLS_ICONS= yes
-
-BINARY_ALIAS= python3=${PYTHON_CMD} # for meson/post_install.py
+SHEBANG_FILES= meson/post_install.py
OPTIONS_DEFINE= DOCS