Makefile revision 3661
2293N/A#
2293N/A# CDDL HEADER START
2293N/A#
2293N/A# The contents of this file are subject to the terms of the
2293N/A# Common Development and Distribution License (the "License").
2293N/A# You may not use this file except in compliance with the License.
2293N/A#
2293N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2293N/A# or http://www.opensolaris.org/os/licensing.
2293N/A# See the License for the specific language governing permissions
2293N/A# and limitations under the License.
2293N/A#
2293N/A# When distributing Covered Code, include this CDDL HEADER in each
2293N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2293N/A# If applicable, add the following below this CDDL HEADER, with the
2293N/A# fields enclosed by brackets "[]" replaced with your own identifying
2293N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2293N/A#
2293N/A# CDDL HEADER END
2293N/A#
5629N/A
2293N/A#
2293N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
2293N/A#
2293N/A
5629N/Ainclude ../../make-rules/shared-macros.mk
2293N/A
2293N/ACOMPONENT_NAME= slrn
2293N/ACOMPONENT_VERSION= 0.9.9
5629N/ACOMPONENT_SUBVERSION= p1
5629N/AHUMAN_VERSION= $(COMPONENT_VERSION)$(COMPONENT_SUBVERSION)
2293N/ACOMPONENT_PROJECT_URL= http://slrn.sourceforge.net/
2293N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
2293N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5629N/ACOMPONENT_ARCHIVE_HASH= \
5629N/A sha256:3a896f42b78c32252878fd291b21d6482d466921b68ab97f7d8cbadf4a76b533
5629N/ACOMPONENT_ARCHIVE_URL= ftp://space.mit.edu/pub/davis/slrn/$(COMPONENT_ARCHIVE)
5629N/AIPS_COMPONENT_VERSION= $(COMPONENT_VERSION).1
5629N/ACOMPONENT_BUGDB= utility/slrn
3996N/A
3996N/ATPNO= 8941
3996N/A
2293N/Ainclude ../../make-rules/prep.mk
5629N/Ainclude ../../make-rules/configure.mk
5629N/Ainclude ../../make-rules/ips.mk
5629N/A
5629N/ACOMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
4554N/ACONFIGURE_SCRIPT = $(@D)/configure
4554N/A
4554N/A# slrn configure test for 'mkdir -p' functionality doesn't like Solaris
2293N/A# implementation (GNU mkdir will understand --version option).
2293N/APATH=/usr/gnu/bin:/usr/bin
2293N/A
2293N/ACONFIGURE_OPTIONS += --sysconfdir=/etc
2293N/ACONFIGURE_OPTIONS += --with-server-file=/etc/nntpserver
2293N/ACONFIGURE_OPTIONS += --with-slrnpull=/var/spool/slrnpull
2293N/ACONFIGURE_OPTIONS += --enable-spool
2293N/ACONFIGURE_OPTIONS += --with-ssl
2293N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
2293N/A
2293N/A# common targets
2293N/Abuild: $(BUILD_32)
2293N/A
2293N/Ainstall: $(INSTALL_32)
2293N/A
2293N/Atest: $(NO_TESTS)
2293N/A
2293N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2293N/A
2293N/Ainclude ../../make-rules/depend.mk
2293N/A