Makefile revision 844
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# You may not use this file except in compliance with the License.
12178c86525332bb0ab66155feb61fbf32eca6acEvan Hunt#
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fccb930434fc0c61658be2289dab263535109803William King# or http://www.opensolaris.org/os/licensing.
fccb930434fc0c61658be2289dab263535109803William King# See the License for the specific language governing permissions
fccb930434fc0c61658be2289dab263535109803William King# and limitations under the License.
fccb930434fc0c61658be2289dab263535109803William King#
c2bc56dc65b4b103a5600565680eb5f33fa4c90bMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
da49cb62e02793a1b31ec877dcbfddc8911dbcb8David Lawrence# If applicable, add the following below this CDDL HEADER, with the
fccb930434fc0c61658be2289dab263535109803William King# fields enclosed by brackets "[]" replaced with your own identifying
12178c86525332bb0ab66155feb61fbf32eca6acEvan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
fccb930434fc0c61658be2289dab263535109803William King#
fccb930434fc0c61658be2289dab263535109803William King# CDDL HEADER END
2729aea3c1a720269aaae92ce3a84af1ba0a75ebMark Andrews#
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
ced719e92b11dc797da3a1b32f6140d81eca83faAndreas Gustafsson#
08a768e82ad64ede97f640c88e02984b59122753Michael Graffinclude ../../make-rules/shared-macros.mk
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
08a768e82ad64ede97f640c88e02984b59122753Michael GraffCOMPONENT_NAME= cdrtools
dbb012765c735ee0d82dedb116cdc7cf18957814Evan HuntCOMPONENT_VERSION= 3.00
08a768e82ad64ede97f640c88e02984b59122753Michael GraffCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
dbb012765c735ee0d82dedb116cdc7cf18957814Evan HuntCOMPONENT_PROJECT_URL= http://cdrecord.berlios.de/private/cdrecord.html
fccb930434fc0c61658be2289dab263535109803William KingCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
f4cbe536b11da614fe05aeaeff41e324854cda7bMark AndrewsCOMPONENT_ARCHIVE_HASH= \
fccb930434fc0c61658be2289dab263535109803William King sha256:6326762da8b8281c9a910c66fe698cd4d1bc5f33c37b59e8f1c83343c25f3e98
8a0ba20b16177d40bd557b491f56003c7d38a4a2David LawrenceCOMPONENT_ARCHIVE_URL= ftp://ftp.berlios.de/pub/cdrecord/$(COMPONENT_ARCHIVE)
8a0ba20b16177d40bd557b491f56003c7d38a4a2David LawrencePATH= $(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
fccb930434fc0c61658be2289dab263535109803William King
fccb930434fc0c61658be2289dab263535109803William Kinginclude ../../make-rules/prep.mk
f4cbe536b11da614fe05aeaeff41e324854cda7bMark Andrewsinclude ../../make-rules/justmake.mk
9f7d51ee3290e2a064d71016a6bd555b47134a7cMark Andrewsinclude ../../make-rules/ips.mk
fccb930434fc0c61658be2289dab263535109803William King
f4cbe536b11da614fe05aeaeff41e324854cda7bMark AndrewsCOMPONENT_INSTALL_ARGS += GMAKE_NOWARN=true
94271b0d993bfe4d4495208288e856e048a2d158Mark AndrewsCOMPONENT_BUILD_ARGS += GMAKE_NOWARN=true
fccb930434fc0c61658be2289dab263535109803William King
fccb930434fc0c61658be2289dab263535109803William Kingbuild: $(BUILD_32)
f4cbe536b11da614fe05aeaeff41e324854cda7bMark Andrews
fccb930434fc0c61658be2289dab263535109803William Kinginstall: $(INSTALL_32)
fccb930434fc0c61658be2289dab263535109803William King
fccb930434fc0c61658be2289dab263535109803William Kingtest: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk