components/slang/Makefile
changeset 256 ba784342febe
child 587 9cc973a7ad62
equal deleted inserted replaced
255:52abf74b9323 256:ba784342febe
       
     1 #
       
     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 
       
    22 #
       
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 include ../../make-rules/shared-macros.mk
       
    27 
       
    28 COMPONENT_NAME=		slang
       
    29 COMPONENT_VERSION=	2.2.4
       
    30 IPS_PKG_NAME=		library/slang
       
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
       
    33 COMPONENT_ARCHIVE_HASH=	sha1:34e68a993888d0ae2ebc7bc31b40bc894813a7e2
       
    34 COMPONENT_ARCHIVE_URL=	ftp://space.mit.edu/pub/davis/slang/v2.2/$(COMPONENT_ARCHIVE)
       
    35 COMPONENT_PROJECT_URL=	http://www.jedsoft.org/slang/
       
    36 COPYRIGHT_FILE=		slang.license
       
    37 COPYRIGHTS=		GPLv2
       
    38 
       
    39 include ../../make-rules/prep.mk
       
    40 include ../../make-rules/configure.mk
       
    41 include ../../make-rules/ips.mk
       
    42 
       
    43 PKG_MACROS +=	IPS_PKG_NAME=$(IPS_PKG_NAME)
       
    44 PKG_MACROS +=	COPYRIGHT_FILE=$(COPYRIGHT_FILE)
       
    45 PKG_MACROS +=	COPYRIGHTS=$(COPYRIGHTS)
       
    46 
       
    47 COMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
       
    48 CONFIGURE_SCRIPT = $(@D)/configure
       
    49 
       
    50 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
       
    51 CONFIGURE_OPTIONS  +=		LDFLAGS="$(CFLAGS)"
       
    52 CONFIGURE_OPTIONS  +=		--sysconfdir=$(ETCDIR)/slsh
       
    53 
       
    54 # common targets
       
    55 build:		$(BUILD_32_and_64)
       
    56 
       
    57 install:	$(INSTALL_32_and_64)
       
    58 
       
    59 test:		$(TEST_32_and_64)
       
    60 
       
    61 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    62 
       
    63 include ../../make-rules/depend.mk