From b5317b6c21203618750edcccac276a3ad4906f2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 8 Feb 2011 16:51:54 +0000
Subject: [PATCH]  - WIP software profile to compile postfix

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43183 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/postfix.cfg | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 buildout/software-profiles/postfix.cfg

diff --git a/buildout/software-profiles/postfix.cfg b/buildout/software-profiles/postfix.cfg
new file mode 100644
index 0000000000..fe993e0cfa
--- /dev/null
+++ b/buildout/software-profiles/postfix.cfg
@@ -0,0 +1,12 @@
+[buildout]
+extends = openssl.cfg
+parts = postfix
+
+[postfix]
+recipe = hexagonit.recipe.cmmi
+url = ftp://postfix.eu.org/pub/postfix/official/postfix-2.6.5.tar.gz
+md5sum = 6b954cfb3eb6141dac1e773281211717
+location = ${buildout:parts-directory}/${:_buildout_section_name_}
+configure-command = make
+configure-options = makefiles CCARGS='-DUSE_TLS -I${openssl:location}/include -DDEF_COMMAND_DIR=\"${:location}/sbin\" -DDEF_CONFIG_DIR=\"${:location}/etc\" -DDEF_DATA_DIR=\"${:location}/lib\" -DDEF_MAILQ_PATH=\"${:location}/bin/mailq\" -DDEF_DAEMON_DIR=\"${:location}/libexec\" -DDEF_NEWALIAS_PATH=\"${:location}/bin/newaliases\" -DDEF_QUEUE_DIR=\"${:location}/spool\" -DDEF_SENDMAIL_PATH=\"${:location}/sbin/sendmail\" -DDEF_MANPAGE_DIR=\"${:location}/man\"' AUXLIBS='-L${openssl:location}/lib -lssl -lcrypto'
+make-targets = ; /bin/sh -v postfix-install -non-interactive
-- 
2.30.9