mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ae554e57b5
ChangeLog: http://lilypond.org/news.html#LilyPond-2_002e24_002e2-released_0021-August-12_002c-2023 PR: 273391 Reported by: m.ne@gmx.net (maintainer)
83 lines
2.1 KiB
Makefile
83 lines
2.1 KiB
Makefile
PORTNAME= lilypond
|
|
DISTVERSION= 2.24.2
|
|
CATEGORIES= print audio
|
|
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/
|
|
|
|
MAINTAINER= m.ne@gmx.net
|
|
COMMENT= GNU music typesetter
|
|
WWW= https://lilypond.org/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= bash:shells/bash \
|
|
dblatex:textproc/dblatex \
|
|
fontforge:print/fontforge \
|
|
help2man:misc/help2man \
|
|
pdftexi2dvi:print/texinfo \
|
|
pngtopnm:graphics/netpbm \
|
|
rsync:net/rsync \
|
|
t1ascii:print/t1utils \
|
|
texi2html:textproc/texi2html \
|
|
zip:archivers/zip
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libharfbuzz.so:print/harfbuzz
|
|
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu \
|
|
mftrace:print/mftrace
|
|
|
|
USES= bison:build compiler:c++11-lib cpe ghostscript gmake gnome \
|
|
guile:2.2 magick:7,build perl5 pkgconfig python
|
|
USE_CXXSTD= c++14
|
|
USE_GNOME= pango
|
|
USE_PERL5= build
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
|
|
FLEX=${FLEX} \
|
|
HOME=${WRKDIR} \
|
|
YACC=${YACC} \
|
|
GUILE_FLAVOR=guile-${GUILE_VER}
|
|
|
|
MAKEFILE= GNUmakefile
|
|
ALL_TARGET= all
|
|
|
|
CONFLICTS_INSTALL= lilypond-devel
|
|
|
|
BINARY_ALIAS= python=${PYTHON_VERSION}
|
|
|
|
INFO= lilypond-changes \
|
|
lilypond-contributor \
|
|
lilypond-essay \
|
|
lilypond-extending \
|
|
lilypond-internals \
|
|
lilypond-learning \
|
|
lilypond-notation \
|
|
lilypond-snippets \
|
|
lilypond-usage \
|
|
music-glossary
|
|
PLIST_SUB= DISTVERSION=${DISTVERSION}
|
|
|
|
OPTIONS_DEFINE= NLS URW
|
|
OPTIONS_SUB= yes
|
|
|
|
URW_DESC= Use bundled URW fonts
|
|
|
|
NLS_USES= gettext
|
|
|
|
URW_BUILD_DEPENDS= urw-base35-fonts>0:x11-fonts/urw-base35-fonts
|
|
URW_RUN_DEPENDS_OFF= urw-base35-fonts>0:x11-fonts/urw-base35-fonts
|
|
URW_CONFIGURE_WITH= urwotf-dir=${LOCALBASE}/share/fonts/urw-base35-fonts
|
|
|
|
post-patch:
|
|
@${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|' \
|
|
${FILESDIR}/fonts.conf > ${WRKDIR}/.fonts.conf
|
|
|
|
post-patch-NLS-off:
|
|
@${REINPLACE_CMD} -e '/po \\$$/d' ${WRKSRC}/${MAKEFILE}.in
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilypond
|
|
(cd ${STAGEDIR}/${DATADIR} && ${LN} -fs ${DISTVERSION} current)
|
|
|
|
.include <bsd.port.mk>
|