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