View | Details | Raw Unified | Return to bug 251605
Collapse All | Expand All

(-)Makefile (-3 / +10 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	lilypond
4
PORTNAME=	lilypond
5
DISTVERSION=	2.21.81
5
DISTVERSION=	2.21.81
6
PORTREVISION=	1
6
CATEGORIES=	print audio
7
CATEGORIES=	print audio
7
MASTER_SITES=	http://lilypond.org/download/source/v${DISTVERSION:R}/
8
MASTER_SITES=	http://lilypond.org/download/source/v${DISTVERSION:R}/
8
PKGNAMESUFFIX=	-devel
9
PKGNAMESUFFIX=	-devel
Lines 39-46 Link Here
39
USE_TEX=	latex texmf
40
USE_TEX=	latex texmf
40
41
41
GNU_CONFIGURE=		yes
42
GNU_CONFIGURE=		yes
42
CONFIGURE_ARGS+=	--with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre \
43
CONFIGURE_ARGS+=	--with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre
43
			--without-urwotf-dir
44
CONFIGURE_ENV+=		ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
44
CONFIGURE_ENV+=		ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
45
			FLEX=${FLEX} \
45
			FLEX=${FLEX} \
46
			HOME=${WRKDIR} \
46
			HOME=${WRKDIR} \
Lines 65-73 Link Here
65
				music-glossary
65
				music-glossary
66
PLIST_SUB=	DISTVERSION=${DISTVERSION}
66
PLIST_SUB=	DISTVERSION=${DISTVERSION}
67
67
68
OPTIONS_DEFINE=	NLS
68
OPTIONS_DEFINE=	URW NLS
69
OPTIONS_SUB=	yes
69
OPTIONS_SUB=	yes
70
70
71
URW_DESC=	Use bundled URW fonts
72
73
URW_CONFIGURE_WITH=	urwotf-dir=${LOCALBASE}/share/fonts/urw-core35-fonts
74
75
URW_BUILD_DEPENDS=	urw-core35-fonts>0:x11-fonts/urw-core35-fonts
76
URW_RUN_DEPENDS_OFF=	urw-core35-fonts>0:x11-fonts/urw-core35-fonts
77
71
NLS_USES=	gettext
78
NLS_USES=	gettext
72
79
73
post-patch:
80
post-patch:
(-)pkg-plist (+12 lines)
Lines 380-382 Link Here
380
%%NLS%%share/locale/uk/LC_MESSAGES/lilypond.mo
380
%%NLS%%share/locale/uk/LC_MESSAGES/lilypond.mo
381
%%NLS%%share/locale/vi/LC_MESSAGES/lilypond.mo
381
%%NLS%%share/locale/vi/LC_MESSAGES/lilypond.mo
382
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lilypond.mo
382
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lilypond.mo
383
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/C059-BdIta.otf
384
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/C059-Bold.otf
385
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/C059-Italic.otf
386
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/C059-Roman.otf
387
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/NimbusMonoPS-Bold.otf
388
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/NimbusMonoPS-BoldItalic.otf
389
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/NimbusMonoPS-Italic.otf
390
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/NimbusMonoPS-Regular.otf
391
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/NimbusSans-Bold.otf
392
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/NimbusSans-BoldItalic.otf
393
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/NimbusSans-Italic.otf
394
%%URW%%%%DATADIR%%/%%DISTVERSION%%/fonts/otf/NimbusSans-Regular.otf

Return to bug 251605