Makefile revision 1273
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# CDDL HEADER START
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# The contents of this file are subject to the terms of the
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# Common Development and Distribution License (the "License").
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# You may not use this file except in compliance with the License.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# or http://www.opensolaris.org/os/licensing.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# See the License for the specific language governing permissions
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# and limitations under the License.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# When distributing Covered Code, include this CDDL HEADER in each
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# If applicable, add the following below this CDDL HEADER, with the
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# fields enclosed by brackets "[]" replaced with your own identifying
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# information: Portions Copyright [yyyy] [name of copyright owner]
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# CDDL HEADER END
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiHUMAN_VERSION= $(COMPONENT_VERSION)$(COMPONENT_SUBVERSION)
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiCOMPONENT_PROJECT_URL= http://slrn.sourceforge.net/
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiCOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi sha256:3a896f42b78c32252878fd291b21d6482d466921b68ab97f7d8cbadf4a76b533
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiCOMPONENT_ARCHIVE_URL= ftp://space.mit.edu/pub/davis/slrn/$(COMPONENT_ARCHIVE)
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiIPS_COMPONENT_VERSION= $(COMPONENT_VERSION).1
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiCOMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# slrn configure test for 'mkdir -p' functionality doesn't like Solaris
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# implementation (GNU mkdir will understand --version option).
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiCONFIGURE_OPTIONS += --with-server-file=/etc/nntpserver
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiCONFIGURE_OPTIONS += --with-slrnpull=/var/spool/slrnpull
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# common targets