version 1.5, 2009/05/06 17:48:59 |
version 1.7, 2010/02/10 20:57:07 |
|
|
#!/bin/sh |
#!/bin/sh |
# $RedRiver: make_SMTPAUTH_sendmail,v 1.4 2009/03/13 17:55:43 andrew Exp $ |
# $AFresh1: make_SMTPAUTH_sendmail,v 1.6 2009/08/14 20:43:07 andrew Exp $ |
|
|
pkg_info -e cyrus-sasl-* > /dev/null |
pkg_info -e cyrus-sasl-* > /dev/null |
if [ $? -ne 0 ]; then |
if [ $? -ne 0 ]; then |
|
|
make |
make |
|
|
gzip -o ${OLDPWD}/sendmail-smtp_auth.gz sendmail/obj/sendmail |
gzip -o ${OLDPWD}/sendmail-smtp_auth.gz sendmail/obj/sendmail |
#make clean |
make clean |
|
|
if [ X"$_tempfile" != X"" ]; then |
if [ X"$_tempfile" != X"" ]; then |
rm -f $_tempfile |
rm -f $_tempfile |
] |
fi |
MAKECONF=$_oldmakeconf |
MAKECONF=$_oldmakeconf |
|
|
echo sendmail with SMTPAUTH is now in ${OLDPWD}/sendmail-smtp_auth.gz |
echo sendmail with SMTPAUTH is now in ${OLDPWD}/sendmail-smtp_auth.gz |