Line 0
Link Here
|
|
|
1 |
# Created by: martin.dieringer@gmx.de |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= frescobaldi |
5 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSION= 3.0.0 |
7 |
CATEGORIES= print kde |
8 |
|
9 |
MAINTAINER= martin.dieringer@gmx.de |
10 |
COMMENT= Music score editor for lilypond |
11 |
|
12 |
LICENSE= GPLv2+ |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poppler-qt5>=0:graphics/py-poppler-qt5@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly@${PY_FLAVOR} |
17 |
|
18 |
USES= gettext pyqt:5 python:3.4+ qmake qt:5 desktop-file-utils |
19 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= wbsoft |
21 |
USE_PYQT= network printsupport sip svg webkit webkitwidgets widgets |
22 |
USE_PYTHON= distutils autoplist |
23 |
|
24 |
INSTALLS_ICONS= yes |
25 |
NO_ARCH= yes |
26 |
|
27 |
OPTIONS_DEFINE= LILYPOND |
28 |
|
29 |
LILYPOND_DESC= Use unstable LilyPond (lilypond-devel) |
30 |
|
31 |
LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel |
32 |
LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond |
33 |
|
34 |
post-patch: |
35 |
@${REINPLACE_CMD} -e 's|'share/man/man1'|'man/man1'|' \ |
36 |
${WRKSRC}/setup.py |
37 |
|
38 |
.include <bsd.port.mk> |