components/less/Makefile
changeset 75 1f81099246e8
parent 68 eaa5513fa4f3
child 83 9ab0deb97868
equal deleted inserted replaced
74:7e35801ce8b8 75:1f81099246e8
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
       
    21 
       
    22 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    25 
    27 
    26 COMPONENT_NAME=		less
    28 COMPONENT_NAME=		less
    27 COMPONENT_VERSION=	436
    29 COMPONENT_VERSION=	436
    28 IPS_PKG_NAME=		text/less
       
    29 COMPONENT_DESCRIPTION=	"The GNU pager (less) 436"
       
    30 COMPONENT_CLASSIFICATION="Development/GNU"
       
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_PROJECT_URL=	http://www.greenwoodsoftware.com/less/
       
    33 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    34 COMPONENT_ARCHIVE_HASH=	sha1:f78998a1a79a7e1962c901dd41bdc3d1c2005471
    32 COMPONENT_ARCHIVE_HASH=	sha1:f78998a1a79a7e1962c901dd41bdc3d1c2005471
    35 COMPONENT_ARCHIVE_URL=	http://www.greenwoodsoftware.com/less/less-436.tar.gz
    33 COMPONENT_ARCHIVE_URL=	http://www.greenwoodsoftware.com/less/$(COMPONENT_ARCHIVE)
    36 
    34 
    37 include ../../make-rules/prep.mk
    35 include ../../make-rules/prep.mk
    38 include ../../make-rules/configure.mk
    36 include ../../make-rules/configure.mk
    39 include ../../make-rules/ips.mk
    37 include ../../make-rules/ips.mk
    40 
    38