components/slrn/Makefile
changeset 5496 4870e9e5e06b
parent 5495 5a03ed9262d0
child 5497 862a4276da0f
equal deleted inserted replaced
5495:5a03ed9262d0 5496:4870e9e5e06b
     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, 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 include ../../make-rules/shared-macros.mk
       
    27 
       
    28 COMPONENT_NAME=		slrn
       
    29 COMPONENT_VERSION=	1.0.1
       
    30 COMPONENT_PROJECT_URL=	http://slrn.sourceforge.net/
       
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
    33 COMPONENT_ARCHIVE_HASH=	\
       
    34     sha256:06b4a060939ec3077e5a060c7a2556747c96061a24eec2c09e1feacd5dbeaae6
       
    35 COMPONENT_ARCHIVE_URL=	http://sourceforge.net/projects/slrn/files/slrn/$(COMPONENT_ARCHIVE)
       
    36 COMPONENT_BUGDB=	utility/slrn
       
    37 TPNO=                   21410
       
    38 
       
    39 include $(WS_MAKE_RULES)/prep.mk
       
    40 include $(WS_MAKE_RULES)/configure.mk
       
    41 include $(WS_MAKE_RULES)/ips.mk
       
    42 
       
    43 COMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
       
    44 CONFIGURE_SCRIPT = $(@D)/configure
       
    45 
       
    46 # slrn configure test for 'mkdir -p' functionality doesn't like Solaris
       
    47 # implementation (GNU mkdir will understand --version option).
       
    48 PATH=/usr/gnu/bin:/usr/bin
       
    49 
       
    50 CONFIGURE_OPTIONS +=	--sysconfdir=/etc
       
    51 CONFIGURE_OPTIONS +=	--with-server-file=/etc/nntpserver
       
    52 CONFIGURE_OPTIONS +=	--with-slrnpull=/var/spool/slrnpull
       
    53 CONFIGURE_OPTIONS +=	--enable-spool
       
    54 CONFIGURE_OPTIONS +=	--with-ssl
       
    55 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
       
    56 
       
    57 # Needed to successfully link the 64-bit programs.
       
    58 CC +=			$(CC_BITS)
       
    59 
       
    60 ASLR_MODE = $(ASLR_ENABLE)
       
    61 
       
    62 # common targets
       
    63 configure:	$(CONFIGURE_64)
       
    64 
       
    65 build:		$(BUILD_64)
       
    66 
       
    67 install:	$(INSTALL_64)
       
    68 
       
    69 test:		$(NO_TESTS)
       
    70 
       
    71 system-test:    $(NO_TESTS)
       
    72 
       
    73 REQUIRED_PACKAGES += library/security/openssl
       
    74 REQUIRED_PACKAGES += library/slang
       
    75 REQUIRED_PACKAGES += system/library