Index: head/audio/zrythm/Makefile =================================================================== --- head/audio/zrythm/Makefile (revision 493063) +++ head/audio/zrythm/Makefile (revision 493064) @@ -1,52 +1,52 @@ # $FreeBSD$ PORTNAME= zrythm DISTVERSION= g20190216 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Modern music production system, also known as DAW LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= kf5-breeze-icons>0:x11-themes/kf5-breeze-icons LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libcyaml.so:textproc/libcyaml \ libdazzle-1.0.so:x11-toolkits/libdazzle \ libjack.so:audio/jack \ liblilv-0.so:audio/lilv \ libportaudio.so:audio/portaudio \ libsamplerate.so:audio/libsamplerate \ libserd-0.so:devel/serd \ libsmf.so:audio/libsmf \ libsndfile.so:audio/libsndfile \ libsord-0.so:devel/sord \ libasound.so:audio/alsa-lib \ libsratom-0.so:audio/sratom \ libsuil-0.so:audio/suil \ libyaml.so:textproc/libyaml RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ kf5-breeze-icons>0:x11-themes/kf5-breeze-icons USES= autoreconf gettext-runtime gmake python:3.5+,build gettext-runtime gnome pkgconfig USE_GITLAB= yes GL_SITE= https://git.zrythm.org GL_COMMIT= fd92153c1c2552b54ac9ea2b5981bbb880da04f8 GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango GLIB_SCHEMAS= org.zrythm.gschema.xml ALL_TARGET= ${PORTNAME} INSTALLS_ICONS= yes BINARY_ALIAS= python3=${PYTHON_CMD} +MAKE_ARGS= RELEASE=1 + PLIST_FILES= bin/zrythm \ share/applications/zrythm.desktop \ share/fonts/zrythm/Segment7Standard/OFL.txt \ share/icons/hicolor/scalable/apps/z.svg - -post-install: # https://git.zrythm.org/zrythm/zrythm/issues/61 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/zrythm .include