64333027b3
regression tests only, so people who don't want to run the lilypond regression tests don't have to download the huge distfile. It is not meant to build or package anything, nor is it wired to print/Makefile. Suggested and ok, espie@ (some days ago)
33 lines
923 B
Makefile
33 lines
923 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/24 19:49:43 kili Exp $
|
|
|
|
# This port is not wired to the build by intention. It's not even
|
|
# meant to be build, because it's just a helper port to avoid
|
|
# downloading that huge distfile if you only want to build lilypond
|
|
# and not run the regression tests.
|
|
|
|
COMMENT = data for lilypond regression tests
|
|
|
|
DISTNAME = lilypond-test-baseline-2.12.3
|
|
|
|
CATEGORIES = print
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# GPLv2 (snippets from and data created with lilypond)
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
# Currently rolled by my own, but I'll ask the lilypond developers
|
|
# to publish the test-baseline together with sources and documentation
|
|
# for future releases.
|
|
MASTER_SITES = http://openbsd.dead-parrot.de/distfiles/
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
NO_BUILD = Yes
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|