Lines 1-8
Link Here
|
1 |
# Created by: patrick, trevor |
1 |
# Created by: patrick, trevor |
2 |
|
2 |
|
3 |
PORTNAME= lilypond |
3 |
PORTNAME= lilypond |
4 |
DISTVERSION= 2.22.1 |
4 |
DISTVERSION= 2.22.2 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= print audio |
5 |
CATEGORIES= print audio |
7 |
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ |
6 |
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ |
8 |
|
7 |
|
Lines 24-29
BUILD_DEPENDS= bash:shells/bash \
Link Here
|
24 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
23 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
25 |
libfreetype.so:print/freetype2 \ |
24 |
libfreetype.so:print/freetype2 \ |
26 |
libgmp.so:math/gmp \ |
25 |
libgmp.so:math/gmp \ |
|
|
26 |
libharfbuzz.so:print/harfbuzz \ |
27 |
libltdl.so:devel/libltdl |
27 |
libltdl.so:devel/libltdl |
28 |
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu \ |
28 |
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu \ |
29 |
mftrace:print/mftrace |
29 |
mftrace:print/mftrace |
Lines 42-64
CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
Link Here
|
42 |
HOME=${WRKDIR} \ |
42 |
HOME=${WRKDIR} \ |
43 |
YACC=${YACC} |
43 |
YACC=${YACC} |
44 |
|
44 |
|
45 |
CONFLICTS_INSTALL= lilypond-devel |
|
|
46 |
|
47 |
MAKEFILE= GNUmakefile |
45 |
MAKEFILE= GNUmakefile |
48 |
ALL_TARGET= all |
46 |
ALL_TARGET= all |
49 |
|
47 |
|
|
|
48 |
CONFLICTS_INSTALL= lilypond-devel |
49 |
|
50 |
BINARY_ALIAS= python=${PYTHON_VERSION} |
50 |
BINARY_ALIAS= python=${PYTHON_VERSION} |
51 |
|
51 |
|
52 |
INFO= lilypond-changes \ |
52 |
INFO= lilypond-changes lilypond-contributor lilypond-essay \ |
53 |
lilypond-contributor \ |
53 |
lilypond-extending lilypond-internals lilypond-learning \ |
54 |
lilypond-essay \ |
54 |
lilypond-notation lilypond-snippets lilypond-usage \ |
55 |
lilypond-extending \ |
55 |
music-glossary |
56 |
lilypond-internals \ |
|
|
57 |
lilypond-learning \ |
58 |
lilypond-notation \ |
59 |
lilypond-snippets \ |
60 |
lilypond-usage \ |
61 |
music-glossary |
62 |
PLIST_SUB= DISTVERSION=${DISTVERSION} |
56 |
PLIST_SUB= DISTVERSION=${DISTVERSION} |
63 |
|
57 |
|
64 |
OPTIONS_DEFINE= GUILE2 NLS URW |
58 |
OPTIONS_DEFINE= GUILE2 NLS URW |
Lines 70-75
URW_DESC= Use bundled URW fonts
Link Here
|
70 |
GUILE2_LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ |
64 |
GUILE2_LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ |
71 |
libguile-2.2.so:lang/guile2 |
65 |
libguile-2.2.so:lang/guile2 |
72 |
GUILE2_LIB_DEPENDS_OFF= libguile.so:lang/guile1 |
66 |
GUILE2_LIB_DEPENDS_OFF= libguile.so:lang/guile1 |
|
|
67 |
GUILE2_CONFIGURE_ENV= GUILE_FLAVOR=guile-2.2 |
73 |
|
68 |
|
74 |
NLS_USES= gettext |
69 |
NLS_USES= gettext |
75 |
NLS_USES_OFF= gettext-tools |
70 |
NLS_USES_OFF= gettext-tools |