summaryrefslogtreecommitdiff
path: root/print/lilypond/Makefile
blob: 011b944b85a91d4b9ae798742006de3172480fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:36 fredb Exp $
#

DISTNAME=	lilypond-1.3.119
PKGREVISION=	1
CATEGORIES=	print
MASTER_SITES=	ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/development/

MAINTAINER=	rh@netbsd.org
HOMEPAGE=	http://www.cs.uu.nl/people/hanwen/lilypond/index.html
COMMENT=	GNU Music Typesetter

DEPENDS+=	guile>=1.3.4:../../lang/guile
DEPENDS+=	teTeX>=1.0.7:../../print/teTeX

GNU_CONFIGURE=	YES
USE_GMAKE=	YES
MAKEFILE=	GNUmakefile

INFO_FILES=	lilypond.info lilypond-internals.info

CONFIGURE_ARGS+=--disable-kpathsea
CONFIGURE_ENV+=	PYTHON=${PYTHONBIN}
PYTHON_VERSIONS_ACCEPTED= 20 21 # 22 has some regular expression problem

.include "../../lang/python/application.buildlink.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"