components/xmessage/Makefile
changeset 486 dd715789f356
equal deleted inserted replaced
485:34cc01490143 486:dd715789f356
       
     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 2011 Josef 'Jeff' Sipek <[email protected]>
       
    13 #
       
    14 include ../../make-rules/shared-macros.mk
       
    15 
       
    16 COMPONENT_NAME=		xmessage
       
    17 COMPONENT_VERSION=	1.0.3
       
    18 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    19 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
       
    20 COMPONENT_ARCHIVE_HASH=	sha1:a8bfefbbe7785fa0e58ed4f596f4d79ba0b4d9b2
       
    21 COMPONENT_ARCHIVE_URL=	http://xorg.freedesktop.org/archive/individual/app/$(COMPONENT_ARCHIVE)
       
    22 COMPONENT_PROJECT_URL=	http://xorg.freedesktop.org
       
    23 
       
    24 include ../../make-rules/prep.mk
       
    25 include ../../make-rules/configure.mk
       
    26 include ../../make-rules/ips.mk
       
    27 
       
    28 build:		$(BUILD_32)
       
    29 
       
    30 install:	$(INSTALL_32)
       
    31 
       
    32 test:		$(TEST_32)
       
    33 
       
    34 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    35 
       
    36 include ../../make-rules/depend.mk