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 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ |
16 |
${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ |
|
|
17 |
${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly |
16 |
${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly |
18 |
|
17 |
|
|
|
18 |
OPTIONS_DEFINE= LILYPOND |
19 |
LILYPOND_DESC= Use unstable LilyPond (lilypond-devel) |
20 |
LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel |
21 |
LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond |
22 |
|
19 |
USE_GITHUB= yes |
23 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= wbsoft |
24 |
GH_ACCOUNT= wbsoft |
21 |
|
25 |
|