Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / multimedia / timgm6mb-soundfont / Makefile
blob57befcc5e48f7e5778b2f5dbd6ed81aba4069f4c
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2018 Harry Liebel
15 PREFERRED_BITS=64
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= timgm6mb-soundfont
20 COMPONENT_VERSION= 1.3
21 COMPONENT_FMRI= multimedia/timgm6mb-soundfont
22 COMPONENT_PROJECT_URL= https://musescore.org/en/handbook/soundfonts-and-sfz-files#gm_soundfonts
23 COMPONENT_SUMMARY= Small MIDI SF2 SoundFont
24 COMPONENT_DESCRIPTION= This is a small but complete General MIDI SoundFont originally packaged with MuseScore 1.3.
25 COMPONENT_CLASSIFICATION= Applications/Sound and Video
26 COMPONENT_SRC= $(COMPONENT_NAME)_$(COMPONENT_VERSION)
27 COMPONENT_ARCHIVE= $(COMPONENT_SRC).orig.tar.gz
28 COMPONENT_ARCHIVE_HASH= \
29 sha256:af8f3a00e416dfb262bcaa904a1c84df04a51b72bbc1313aed012bc754bdf99b
30 COMPONENT_ARCHIVE_URL= http://http.debian.net/debian/pool/main/t/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
31 COMPONENT_LICENSE= GPLv2
33 include $(WS_MAKE_RULES)/prep.mk
34 include $(WS_MAKE_RULES)/ips.mk
36 PKG_OPTIONS += -D SF2_SHARE_DIR="/usr/share/sounds/sf2"
38 CLEAN_PATHS += $(BUILD_DIR)
40 # common targets
41 build: prep
43 install: build
45 clean::
46 $(RM) -r $(CLEAN_PATHS)
48 # Auto-generated dependencies