components/mailman/Makefile
changeset 5125 34cc580c62c2
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
equal deleted inserted replaced
5124:3a6b9e3809f7 5125:34cc580c62c2
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
       
    23 BITS=64
    23 include ../../make-rules/shared-macros.mk
    24 include ../../make-rules/shared-macros.mk
    24 
    25 
    25 COMPONENT_NAME=		mailman
    26 COMPONENT_NAME=		mailman
    26 COMPONENT_VERSION=	2.1.18-1
    27 COMPONENT_VERSION=	2.1.18-1
    27 IPS_COMPONENT_VERSION=	2.1.18.1
    28 IPS_COMPONENT_VERSION=	2.1.18.1
    39 include $(WS_MAKE_RULES)/ips.mk
    40 include $(WS_MAKE_RULES)/ips.mk
    40 
    41 
    41 CONFIGURE_ENV	+=	MAILMAN_USER=mailman
    42 CONFIGURE_ENV	+=	MAILMAN_USER=mailman
    42 CONFIGURE_ENV	+=	MAILMAN_GROUP=mailman
    43 CONFIGURE_ENV	+=	MAILMAN_GROUP=mailman
    43 
    44 
    44 CONFIGURE_OPTIONS +=	--prefix=/usr/lib/mailman
    45 CONFIGURE_PREFIX= /usr/lib/mailman
    45 CONFIGURE_OPTIONS +=	--with-var-prefix=/var/mailman
    46 CONFIGURE_OPTIONS +=	--with-var-prefix=/var/mailman
    46 CONFIGURE_OPTIONS +=	--with-mail-gid=other
    47 CONFIGURE_OPTIONS +=	--with-mail-gid=other
    47 CONFIGURE_OPTIONS +=	--with-cgi-gid=webservd
    48 CONFIGURE_OPTIONS +=	--with-cgi-gid=webservd
    48 CONFIGURE_OPTIONS +=	--with-python=/usr/bin/python2.7
    49 CONFIGURE_OPTIONS +=	--with-python=/usr/bin/python2.7
    49 CONFIGURE_OPTIONS +=	--without-permcheck
    50 CONFIGURE_OPTIONS +=	--without-permcheck