components/automake/automake-1.11/Makefile
branchoi_151a
changeset 356 e675e27edfcb
equal deleted inserted replaced
355:5accb388ed3d 356:e675e27edfcb
       
     1 #
       
     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.
       
     5 #
       
     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.
       
     9 #
       
    10 
       
    11 #
       
    12 # Copyright 2013 Jon Tibble. All rights reserved.
       
    13 #
       
    14 
       
    15 include ../../../make-rules/shared-macros.mk
       
    16 
       
    17 COMPONENT_NAME=		automake
       
    18 COMPONENT_VERSION=	1.11.6
       
    19 COMPONENT_PROJECT_URL=	"http://www.gnu.org/software/automake/"
       
    20 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    21 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
       
    22 COMPONENT_ARCHIVE_HASH=	sha256:1ffbc6cc41f0ea6c864fbe9485b981679dc5e350f6c4bc6c3512f5a4226936b5
       
    23 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/automake/$(COMPONENT_ARCHIVE)
       
    24 
       
    25 include $(WS_TOP)/make-rules/prep.mk
       
    26 include $(WS_TOP)/make-rules/configure.mk
       
    27 include $(WS_TOP)/make-rules/ips.mk
       
    28 
       
    29 build:		$(BUILD_32)
       
    30 
       
    31 install:	$(INSTALL_32)
       
    32