summaryrefslogtreecommitdiff
path: root/multimedia/celluloid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/celluloid/Makefile')
-rw-r--r--multimedia/celluloid/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/celluloid/Makefile b/multimedia/celluloid/Makefile
index da685af785e3..187d220143ee 100644
--- a/multimedia/celluloid/Makefile
+++ b/multimedia/celluloid/Makefile
@@ -1,5 +1,5 @@
PORTNAME= celluloid
-DISTVERSION= 0.28
+DISTVERSION= 0.29
CATEGORIES= multimedia
MASTER_SITES= https://github.com/${PORTNAME}-player/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -19,4 +19,7 @@ USE_GNOME= gdkpixbuf gtk40 libadwaita
GLIB_SCHEMAS= io.github.celluloid_player.Celluloid.gschema.xml
SHEBANG_FILES= meson-post-install.py src/generate-authors.py
+do-test:
+ cd ${BUILD_WRKSRC} && ${DO_MAKE_BUILD} test
+
.include <bsd.port.mk>