Makefile revision 5136
4632N/A#
4632N/A# CDDL HEADER START
4632N/A#
4632N/A# The contents of this file are subject to the terms of the
4632N/A# Common Development and Distribution License (the "License").
4632N/A# You may not use this file except in compliance with the License.
4632N/A#
4632N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4632N/A# or http://www.opensolaris.org/os/licensing.
4632N/A# See the License for the specific language governing permissions
4632N/A# and limitations under the License.
4632N/A#
4632N/A# When distributing Covered Code, include this CDDL HEADER in each
4632N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4632N/A# If applicable, add the following below this CDDL HEADER, with the
4632N/A# fields enclosed by brackets "[]" replaced with your own identifying
4632N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4632N/A#
4632N/A# CDDL HEADER END
4632N/A#
4632N/A
4632N/A#
4632N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
4632N/A#
4632N/A
4632N/Ainclude ../../make-rules/shared-macros.mk
4632N/A
4632N/ACOMPONENT_NAME= sox
4632N/ACOMPONENT_VERSION= 14.4.2
4632N/ACOMPONENT_PROJECT_URL= http://sox.sourceforge.net/
4632N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4632N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4632N/ACOMPONENT_ARCHIVE_HASH= \
4632N/A sha256:b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c
4632N/ACOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/project/$(COMPONENT_NAME)/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
4632N/ACOMPONENT_BUGDB= utility/sox
4632N/A
4632N/ATPNO= 25632
4632N/A
4632N/Ainclude $(WS_MAKE_RULES)/prep.mk
4632N/Ainclude $(WS_MAKE_RULES)/configure.mk
4632N/Ainclude $(WS_MAKE_RULES)/ips.mk
4632N/A
4632N/ACONFIGURE_OPTIONS += --disable-static
4632N/ACONFIGURE_OPTIONS += --disable-gomp
4632N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
4632N/A
4632N/A# common targets
4632N/Aconfigure: $(CONFIGURE_32_and_64)
4632N/A
4632N/Abuild: $(BUILD_32_and_64)
4632N/A
4632N/Ainstall: $(INSTALL_32_and_64)
4632N/A
4632N/Atest: $(NO_TESTS)
4632N/A
4632N/Asystem-test: $(NO_TESTS)
4632N/A
4632N/A
4632N/AREQUIRED_PACKAGES += codec/flac
4632N/AREQUIRED_PACKAGES += codec/ogg-vorbis
4632N/AREQUIRED_PACKAGES += image/library/libpng
4632N/AREQUIRED_PACKAGES += library/audio/pulseaudio
4632N/AREQUIRED_PACKAGES += library/libsndfile
4632N/AREQUIRED_PACKAGES += library/libtool/libltdl
4632N/AREQUIRED_PACKAGES += library/zlib
4632N/AREQUIRED_PACKAGES += system/library
4632N/AREQUIRED_PACKAGES += system/library/math
4632N/AREQUIRED_PACKAGES += system/library/openmp
4632N/A