2011-03-08 16:55:46 +01:00
|
|
|
# $NetBSD: Makefile,v 1.67 2011/03/08 15:55:46 ryoon Exp $
|
2000-10-15 19:32:11 +02:00
|
|
|
#
|
|
|
|
|
2010-12-01 20:39:29 +01:00
|
|
|
DISTNAME= lilypond-2.12.3
|
2011-03-08 16:55:46 +01:00
|
|
|
PKGREVISION= 2
|
2000-10-15 19:32:11 +02:00
|
|
|
CATEGORIES= print
|
2009-06-03 21:52:33 +02:00
|
|
|
MASTER_SITES= http://lilypond.org/download/sources/v2.12/
|
2000-10-15 19:32:11 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2011-03-08 16:55:46 +01:00
|
|
|
HOMEPAGE= http://lilypond.org/
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= GNU Music Typesetter
|
2000-10-15 19:32:11 +02:00
|
|
|
|
2008-07-14 14:55:56 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2003-01-10 08:39:46 +01:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_PKGLOCALEDIR= YES
|
2004-12-30 06:11:57 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2008-06-10 10:05:21 +02:00
|
|
|
USE_TOOLS+= bison flex gmake gs:run makeinfo perl pkg-config msgfmt
|
2006-09-09 04:41:53 +02:00
|
|
|
MAKE_FILE= GNUmakefile
|
2000-10-15 19:32:11 +02:00
|
|
|
|
2008-05-14 22:25:15 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2009-06-03 21:52:33 +02:00
|
|
|
TEXINFO_REQD= 4.11
|
2006-04-06 20:18:15 +02:00
|
|
|
GCC_REQD+= 3.0.5
|
2008-05-14 22:25:15 +02:00
|
|
|
|
2006-04-06 20:18:15 +02:00
|
|
|
GNU_CONFIGURE_INFODIR= ${PREFIX}/${PKGINFODIR}
|
|
|
|
INFO_DIR= ${GNU_CONFIGURE_INFODIR}
|
2008-05-14 22:25:15 +02:00
|
|
|
INFO_FILES= YES
|
2000-12-28 18:04:23 +01:00
|
|
|
|
2010-12-01 20:39:29 +01:00
|
|
|
BUILD_DEPENDS+= urw-fonts-[0-9]*:../../fonts/urw-fonts
|
|
|
|
CONFIGURE_ARGS+= --with-ncsb-dir=${LOCALBASE}/share/fonts/urw
|
2006-04-06 20:18:15 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-optimising
|
|
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
2000-10-15 19:32:11 +02:00
|
|
|
|
2010-12-01 20:39:29 +01:00
|
|
|
REPLACE_PYTHON+= scripts/auxiliar/yyout2grammar.py
|
2008-05-14 22:25:15 +02:00
|
|
|
PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//}
|
2004-12-30 06:11:57 +01:00
|
|
|
|
2008-05-14 22:25:15 +02:00
|
|
|
# 1.7 coredumps when generating eps files
|
|
|
|
DEPENDS+= potrace>=1.8:../../graphics/potrace
|
2004-12-30 06:11:57 +01:00
|
|
|
|
2008-05-14 22:25:15 +02:00
|
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
2004-12-30 06:11:57 +01:00
|
|
|
.include "../../lang/guile/buildlink3.mk"
|
2002-09-22 01:46:45 +02:00
|
|
|
.include "../../lang/python/application.mk"
|
2009-03-08 16:56:43 +01:00
|
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
2005-11-08 21:48:32 +01:00
|
|
|
.include "../../mk/tex.buildlink3.mk"
|
2000-10-15 19:32:11 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|