audio/zrythm: Switch build to the release mode

This commit is contained in:
Yuri Victorovich 2019-02-16 19:46:31 +00:00
parent f2c5ec056a
commit 87c6d62e13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493064

View File

@ -2,6 +2,7 @@
PORTNAME= zrythm
DISTVERSION= g20190216
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
@ -41,12 +42,11 @@ 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 <bsd.port.mk>