Makefile revision 3817
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
000a8970f840a0c27c5cc404826853c4674362acMark Andrews# You may not use this file except in compliance with the License.
000a8970f840a0c27c5cc404826853c4674362acMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
000a8970f840a0c27c5cc404826853c4674362acMark Andrews# See the License for the specific language governing permissions
000a8970f840a0c27c5cc404826853c4674362acMark Andrews# and limitations under the License.
000a8970f840a0c27c5cc404826853c4674362acMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
000a8970f840a0c27c5cc404826853c4674362acMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cc51cd2d2076e33117c60c9effcb8caccde4983bWitold Krecicki# If applicable, add the following below this CDDL HEADER, with the
cc51cd2d2076e33117c60c9effcb8caccde4983bWitold Krecicki# fields enclosed by brackets "[]" replaced with your own identifying
000a8970f840a0c27c5cc404826853c4674362acMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
000a8970f840a0c27c5cc404826853c4674362acMark Andrews# CDDL HEADER END
000a8970f840a0c27c5cc404826853c4674362acMark Andrews# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
dbb012765c735ee0d82dedb116cdc7cf18957814Evan HuntCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
000a8970f840a0c27c5cc404826853c4674362acMark AndrewsCOMPONENT_ARCHIVE_HASH= sha256:ce70ed8b58d719cab80758f39a7258c0a28f8e8e859facdaa8c29add620a5c2c
000a8970f840a0c27c5cc404826853c4674362acMark AndrewsCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
000a8970f840a0c27c5cc404826853c4674362acMark AndrewsCONFIGURE_OPTIONS += --with-var-prefix=/var/mailman
000a8970f840a0c27c5cc404826853c4674362acMark AndrewsCONFIGURE_OPTIONS += --with-python=/usr/bin/python2.7
test: $(NO_TESTS)