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