1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/print/py-frescobaldi/Makefile
Hiroki Tagato 676928690a - Update to 3.1.2
- Change portname to py-frescobaldi to comply with Python Ports Policy
- Make portclippy happy

PR:		242939
Submitted by:	m.ne@gmx.net (maintainer)
Approved by:	ehaupt (mentor)
Changelog:	https://github.com/frescobaldi/frescobaldi/blob/v3.1.2/ChangeLog
2020-05-16 04:35:22 +00:00

41 lines
1.0 KiB
Makefile

# Created by: martin.dieringer@gmx.de
# $FreeBSD$
PORTNAME= frescobaldi
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.2
CATEGORIES= print kde python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= m.ne@gmx.net
COMMENT= Music score editor for lilypond
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5@${PY_FLAVOR}
USES= desktop-file-utils gettext gmake pyqt:5 python:3.4+ qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= frescobaldi
USE_PYQT= network printsupport sip svg webengine widgets
USE_PYTHON= autoplist distutils noflavors
NO_ARCH= yes
OPTIONS_DEFINE= LILYPOND
LILYPOND_DESC= Use unstable LilyPond (lilypond-devel)
LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel
LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond
post-patch:
@${REINPLACE_CMD} -e 's|'share/man/man1'|'man/man1'|' \
${WRKSRC}/setup.py
post-build:
(cd ${WRKSRC} && ${GMAKE} -C linux)
.include <bsd.port.mk>