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