Makefile revision 3436
0N/A#
2362N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
2362N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
2362N/A# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
2362N/A#
2362N/Ainclude ../../make-rules/shared-macros.mk
0N/A
0N/ACOMPONENT_NAME= mailman
0N/ACOMPONENT_VERSION= 2.1.18-1
0N/AIPS_COMPONENT_VERSION= 2.1.18.1
0N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
0N/ACOMPONENT_PROJECT_URL= http://www.list.org/
0N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
0N/ACOMPONENT_ARCHIVE_HASH= sha256:ce70ed8b58d719cab80758f39a7258c0a28f8e8e859facdaa8c29add620a5c2c
0N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
0N/ACOMPONENT_BUGDB= utility/mailman
0N/A
0N/ATPNO= 18736
0N/A
2693N/Ainclude ../../make-rules/prep.mk
0N/Ainclude ../../make-rules/configure.mk
0N/Ainclude ../../make-rules/ips.mk
2693N/A
0N/ACONFIGURE_ENV += MAILMAN_USER=mailman
0N/ACONFIGURE_ENV += MAILMAN_GROUP=mailman
2693N/A
0N/ACONFIGURE_OPTIONS += --prefix=/usr/lib/mailman
0N/ACONFIGURE_OPTIONS += --with-var-prefix=/var/mailman
2693N/ACONFIGURE_OPTIONS += --with-mail-gid=other
2693N/ACONFIGURE_OPTIONS += --with-cgi-gid=webservd
0N/ACONFIGURE_OPTIONS += --with-python=/usr/bin/python2.7
0N/ACONFIGURE_OPTIONS += --without-permcheck
0N/ACONFIGURE_OPTIONS += --with-mailhost=localhost
0N/ACONFIGURE_OPTIONS += --with-urlhost=localhost
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
ASLR_MODE = $(ASLR_ENABLE)
# common targets
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
PKG_PROTO_DIRS += $(COMPONENT_DIR)/files
include ../../make-rules/depend.mk