Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/print/frescobaldi/Makefile 434122 2017-02-14 16:09:00Z amdmi3 $ |
2 |
# $FreeBSD: head/print/frescobaldi/Makefile 434122 2017-02-14 16:09:00Z amdmi3 $ |
3 |
|
3 |
|
4 |
PORTNAME= frescobaldi |
4 |
PORTNAME= frescobaldi |
5 |
PORTVERSION= 2.19.0 |
5 |
PORTVERSION= 2.20.0 |
6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
7 |
CATEGORIES= print kde |
7 |
CATEGORIES= print kde |
8 |
|
8 |
|
Lines 12-21
Link Here
|
12 |
LICENSE= GPLv2+ |
12 |
LICENSE= GPLv2+ |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
14 |
|
15 |
RUN_DEPENDS= lilypond:print/lilypond \ |
15 |
OPTIONS_DEFINE= LILYPOND_DEVEL |
16 |
${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ |
16 |
|
|
|
17 |
LILYPOND_DEVEL_DESC= Use print/lilypond-devel |
18 |
|
19 |
.include <bsd.port.options.mk> |
20 |
|
21 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ |
17 |
${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly |
22 |
${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly |
18 |
|
23 |
|
|
|
24 |
.if ${PORT_OPTIONS:MLILYPOND_DEVEL} |
25 |
RUN_DEPENDS+= lilypond:print/lilypond-devel |
26 |
.else |
27 |
RUN_DEPENDS+= lilypond:print/lilypond |
28 |
.endif |
29 |
|
19 |
USE_GITHUB= yes |
30 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= wbsoft |
31 |
GH_ACCOUNT= wbsoft |
21 |
|
32 |
|