Norm Jacobs
2010-07-16 6514ee6af423acbde6f9f26c763636fd0c1a65cd
commit | author | age
9c75c0 1 #
NJ 2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 # Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
22 #
23 include ../../make-rules/shared-macros.mk
24
25 PATH=/usr/bin:/usr/gnu/bin
26
27 COMPONENT_NAME=        lcms
59a429 28 COMPONENT_VERSION=    1.19
9c75c0 29 COMPONENT_DESCRIPTION=    "Little Color Management System"
59a429 30 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6514ee 31 COMPONENT_PROJECT_URL=    http://www.littlecms.com/
9c75c0 32 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
3a319e 33 COMPONENT_ARCHIVE_HASH=    sha1:d5b075ccffc0068015f74f78e4bc39138bcfe2d4
59a429 34 COMPONENT_ARCHIVE_URL=    http://downloads.sourceforge.net/project/lcms/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)?use_mirror=voxel
9c75c0 35
NJ 36 include ../../make-rules/prep.mk
37 include ../../make-rules/configure.mk
38 include ../../make-rules/ips.mk
39
40 PKGMOGRIFY_TRANSFORMS +=    $(WS_TOP)/transforms/archive-libraries-drop
41 PKGMOGRIFY_TRANSFORMS +=    $(WS_TOP)/transforms/libtool-drop
42
43 # additional preparation after unpacking and patching
44 COMPONENT_PREP_ACTION=    $(RM) $(@D)/include/icc34.h
45
46 # common targets
5d461f 47 build:        $(BUILD_32_and_64)
9c75c0 48
5d461f 49 install:    $(INSTALL_32_and_64)
9c75c0 50
NJ 51 BUILD_PKG_DEPENDENCIES =    $(BUILD_TOOLS)