Lines 1-7
Link Here
|
1 |
# Created by: patrick, trevor |
1 |
# Created by: patrick, trevor |
2 |
|
2 |
|
3 |
PORTNAME= lilypond |
3 |
PORTNAME= lilypond |
4 |
DISTVERSION= 2.22.0 |
4 |
DISTVERSION= 2.22.1 |
5 |
CATEGORIES= print audio |
5 |
CATEGORIES= print audio |
6 |
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ |
6 |
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ |
7 |
|
7 |
|
Lines 11-17
COMMENT= GNU music typesetter
Link Here
|
11 |
LICENSE= GPLv3 |
11 |
LICENSE= GPLv3 |
12 |
|
12 |
|
13 |
BUILD_DEPENDS= bash:shells/bash \ |
13 |
BUILD_DEPENDS= bash:shells/bash \ |
14 |
convert:graphics/ImageMagick6 \ |
14 |
convert:graphics/ImageMagick7 \ |
15 |
dblatex:textproc/dblatex \ |
15 |
dblatex:textproc/dblatex \ |
16 |
fontforge:print/fontforge \ |
16 |
fontforge:print/fontforge \ |
17 |
help2man:misc/help2man \ |
17 |
help2man:misc/help2man \ |
Lines 62-68
PLIST_SUB= DISTVERSION=${DISTVERSION}
Link Here
|
62 |
OPTIONS_DEFINE= GUILE2 NLS URW |
62 |
OPTIONS_DEFINE= GUILE2 NLS URW |
63 |
OPTIONS_SUB= yes |
63 |
OPTIONS_SUB= yes |
64 |
|
64 |
|
65 |
GUILE2_DESC= Use guile2 (will incur some performance penalty) |
65 |
GUILE2_DESC= guile2 instead guile (incurs performance penalty) |
66 |
URW_DESC= Use bundled URW fonts |
66 |
URW_DESC= Use bundled URW fonts |
67 |
|
67 |
|
68 |
GUILE2_LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ |
68 |
GUILE2_LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ |
Lines 70-75
GUILE2_LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \
Link Here
|
70 |
GUILE2_LIB_DEPENDS_OFF= libguile.so:lang/guile1 |
70 |
GUILE2_LIB_DEPENDS_OFF= libguile.so:lang/guile1 |
71 |
|
71 |
|
72 |
NLS_USES= gettext |
72 |
NLS_USES= gettext |
|
|
73 |
NLS_USES_OFF= gettext-tools |
73 |
|
74 |
|
74 |
URW_BUILD_DEPENDS= urw-core35-fonts>0:x11-fonts/urw-core35-fonts |
75 |
URW_BUILD_DEPENDS= urw-core35-fonts>0:x11-fonts/urw-core35-fonts |
75 |
URW_RUN_DEPENDS_OFF= urw-core35-fonts>0:x11-fonts/urw-core35-fonts |
76 |
URW_RUN_DEPENDS_OFF= urw-core35-fonts>0:x11-fonts/urw-core35-fonts |