# New ports collection makefile for: smail # Date created: 16 Oct 1994 # Whom: torstenb # # $FreeBSD$ # PORTNAME= smail PORTVERSION= 3.2.0.114 CATEGORIES= mail MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \ ftp://ftp.planix.com/pub/Smail/ \ ftp://ftp.fu-berlin.de/unix/mail/smail/ \ ftp://ftp.weird.com/pub/local/ MAINTAINER= ports@FreeBSD.org COMMENT= A program used for receiving and delivering mail CONFLICTS= bsmtp-* BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident CONFLICTS= courier-0.* postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* zmailer-2.* INSTALL_TARGET= install installman MAN1= pathto.1 uuwho.1 uupath.1 MAN5= smailconf.5 smail.5 smaildrct.5 smailmeth.5 smailqual.5 \ smailrtrs.5 smailrtry.5 smailtrns.5 MAN8= pathalias.8 mkdbm.8 mkline.8 mksort.8 mkaliases.8 smail.8 \ mkpath.8 pathmerge.8 checkerr.8 getmap.8 mkhpath.8 savelog.8 \ mkuuwho.8 mailq.8 sendmail.8 runq.8 rmail.8 rsmtp.8 smtpd.8 \ newaliases.8 smailbug.8 unfreezemail.8 bouncemail.8 post-install: @${ECHO_MSG} "If you want to replace sendmail with links to smail, type" @${ECHO_MSG} "the following command as \"root\":" @${ECHO_MSG} "" @${ECHO_MSG} " make replace" .include replace: .if ${OSVERSION} >= 400014 @${ECHO_MSG} "===> Activating smail in /etc/mail/mailer.conf" ${MV} -f /etc/mail/mailer.conf /etc/mail/mailer.conf.bak @${ECHO_CMD} "#" > /etc/mail/mailer.conf @${ECHO_CMD} -n "# Execute the smail sendmail program" >> /etc/mail/mailer.conf @${ECHO_CMD} ", named ${PREFIX}/bin/smail" >> /etc/mail/mailer.conf @${ECHO_CMD} "#" >> /etc/mail/mailer.conf @${ECHO_CMD} "sendmail ${PREFIX}/bin/smail" >> /etc/mail/mailer.conf @${ECHO_CMD} "send-mail ${PREFIX}/bin/smail" >> /etc/mail/mailer.conf @${ECHO_CMD} "mailq ${PREFIX}/bin/smail" >> /etc/mail/mailer.conf @${ECHO_CMD} "newaliases ${PREFIX}/bin/smail" >> /etc/mail/mailer.conf .else @${ECHO_MSG} "===> Replacing sendmail programs" if [ -e /usr/sbin/sendmail ]; then \ ${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.BAK; \ if [ -f /usr/sbin/sendmail.BAK ]; then \ ${CHMOD} 0 /usr/sbin/sendmail.BAK; \ fi;\ fi if [ -e ${PREFIX}/bin/smail ]; then \ ${LN} -s ${PREFIX}/bin/smail /usr/sbin/sendmail; \ fi if [ -f /usr/sbin/mailstats ]; then \ ${CHMOD} 0 /usr/sbin/mailstats; \ fi if [ -e /usr/bin/newaliases ]; then \ ${MV} -f /usr/bin/newaliases /usr/bin/newaliases.BAK; \ if [ -f /usr/bin/newaliases.BAK ]; then \ ${CHMOD} 0 /usr/bin/newaliases.BAK; \ fi;\ fi if [ -e ${PREFIX}/bin/newaliases ]; then \ ${LN} -s ${PREFIX}/bin/newaliases /usr/bin/newaliases; \ fi if [ -e /usr/bin/mailq ]; then \ ${MV} -f /usr/bin/mailq /usr/bin/mailq.BAK; \ if [ -f /usr/bin/mailq.BAK ]; then \ ${CHMOD} 0 /usr/bin/mailq.BAK; \ fi;\ fi if [ -e ${PREFIX}/bin/mailq ]; then \ ${LN} -s ${PREFIX}/bin/mailq /usr/bin/mailq; \ fi .endif .include /files/y18n-3.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update WWWsunpoet2018-05-281-1/+1
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-1/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-11/+5
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
* - support STAGEDIRaz2013-11-042-3/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert to new perl frameworkmat2013-08-031-2/+2
* - Update to 0.73jadawin2013-06-132-8/+4
* - Add TEST_DEPENDS to enable testingswills2012-01-091-0/+2
* - Update to 0.72jadawin2011-10-202-3/+3
* - Update to 0.71sunpoet2010-11-183-13/+10
* - Turn over a bunch of p5- ports that change infrequently to perl@pgollucci2009-12-141-1/+1
* - Mark most of my ports MAKE_JOBS_SAFE=yespgollucci2009-05-161-0/+2
* Claim maintainer for some unmainted apache/perl related ports that are *slow*...pgollucci2008-12-281-1/+1
* - Include some ports in perl5 category.araujo2008-05-191-1/+1
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-1/+1
* Dominic is a new dad, and will be too busy for a while to work on ports.linimon2007-09-241-1/+1
* SHA256ifyedwin2006-01-241-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
* - update to 0.63clsung2005-02-242-4/+3
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1