libxml2: put 64-bit programs in /usr/bin
[unleashed-userland.git] / components / slrn / Makefile
blob5f430c0768d67638723fd68b4451ae25a5b2b4e2
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
26 include ../../make-rules/shared-macros.mk
28 COMPONENT_NAME= slrn
29 COMPONENT_VERSION= 1.0.1
30 COMPONENT_REVISION= 1
31 COMPONENT_PROJECT_URL= http://slrn.sourceforge.net/
32 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
33 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
34 COMPONENT_ARCHIVE_HASH= \
35 sha256:06b4a060939ec3077e5a060c7a2556747c96061a24eec2c09e1feacd5dbeaae6
36 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/slrn/files/slrn/$(COMPONENT_ARCHIVE)
37 COMPONENT_BUGDB= utility/slrn
39 include ../../make-rules/prep.mk
40 include ../../make-rules/configure.mk
41 include ../../make-rules/ips.mk
43 COMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
44 CONFIGURE_SCRIPT = $(@D)/configure
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
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
56 # Needed to successfully link the 64-bit programs.
57 CC += $(CC_BITS)
59 ASLR_MODE = $(ASLR_ENABLE)
61 # common targets
62 build: $(BUILD_32_and_64)
64 install: $(INSTALL_32_and_64)
66 test: $(NO_TESTS)
68 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
70 include ../../make-rules/depend.mk