components/libnet/Makefile
changeset 423 416940827b10
child 626 a1f09864c0a1
equal deleted inserted replaced
422:38c9bd50af18 423:416940827b10
       
     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=		libnet
       
    29 COMPONENT_VERSION=	1.1.2.1
       
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    31 COMPONENT_PROJECT_URL=	http://www.packetfactory.net/libnet/
       
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
    33 COMPONENT_ARCHIVE_HASH=	sha1:9dca91ee0f19b1b9e5e60baaedb9bc44a30a1fc7
       
    34 COMPONENT_ARCHIVE_URL=	http://www.packetfactory.net/libnet/dist/deprecated/$(COMPONENT_ARCHIVE)
       
    35 
       
    36 include ../../make-rules/prep.mk
       
    37 include ../../make-rules/configure.mk
       
    38 include ../../make-rules/ips.mk
       
    39 
       
    40 COMPONENT_PRE_CONFIGURE_ACTION = \
       
    41 	($(CLONEY) $(SOURCE_DIR) $(@D))
       
    42 
       
    43 PKG_PROTO_DIRS += $(COMPONENT_SRC)/doc/man/man3
       
    44 COMPILER=	gcc
       
    45 CFLAGS += -g -fPIC
       
    46 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
       
    47 CONFIGURE_OPTIONS.32 += --srcdir=$(BUILD_DIR_32)
       
    48 CONFIGURE_OPTIONS.64 += --srcdir=$(BUILD_DIR_64)
       
    49 
       
    50 
       
    51 # common targets
       
    52 build:		$(BUILD_32_and_64)
       
    53 
       
    54 install:	$(INSTALL_32_and_64)
       
    55 
       
    56 test:		$(NO_TESTS)
       
    57 
       
    58 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    59 
       
    60 include ../../make-rules/depend.mk