# New ports collection makefile for: ssmtp # Date created: 9 Jan 2001 # Whom: Tomasz Paszkowski # # $FreeBSD$ # PORTNAME= ssmtp PORTVERSION= 2.38 CATEGORIES= mail MASTER_SITES= ftp://ftp.debian.org/debian/dists/woody/main/source/mail/ \ ftp://ftp.icm.edu.pl/pub/Linux/debian/dists/woody/main/source/mail/ DISTNAME= ssmtp_2.38-9 BROKEN= pkg_add cannot create /etc/ssmtp/smmtp.conf MAINTAINER= ns88@k.pl WRKSRC= ${WRKDIR}/ssmtp-2.38 USE_GMAKE= true MAN8= ssmtp.8 pre-install: ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 \ ${PREFIX}/etc/ssmtp post-install: @PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} @${ECHO_MSG} -------------------------------------------------- @${ECHO_MSG} @${ECHO_MSG} "To replace sendmail with ssmtp type make replace" @${ECHO_MSG} @${ECHO_MSG} -------------------------------------------------- .include replace: .if ${OSVERSION} >= 400014 @${ECHO} backuping old /etc/mail/mailer.conf @${MV} -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old-ssmtp @${ECHO} Replacing mailwarpper config @${ECHO_CMD} "sendmail ${PREFIX}/sbin/ssmtp" > /etc/mail/mailer.conf @${ECHO_CMD} "send-mail ${PREFIX}/sbin/ssmtp" >> /etc/mail/mailer.conf @${ECHO_CMD} "mailq /bin/echo" >> /etc/mail/mailer.conf @${ECHO_CMD} "newaliases /bin/echo" >> /etc/mail/mailer.conf .else @${ECHO} backuping old /usr/sbin/sendmail @${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF @${CHMOD} 000 /usr/sbin/sendmail.OFF @${LN} -s ${PREFIX}/sbin/ssmtp /usr/sbin/sendmail @${ECHO} Done ! .endif .include d_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the gdb6 from ports to satisfy the gdb requirements of Anjuta.marcus2009-12-202-1/+14
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-298-161/+194
* Chase the vte shared lib bump.marcus2009-08-231-1/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1
* Update to 2.26.2.2.kwm2009-06-242-4/+4
* Update to 2.26.2.1.kwm2009-06-193-4/+50
* Update to 2.26.2.0.kwm2009-05-202-5/+4
* Presenting GNOME 2.26.1 for FreeBSD.kwm2009-04-248-20/+167
* Explicitly define USE_PERL5.marcus2009-04-121-0/+1
* Add a missing dependency on p5-gettext.marcus2009-04-121-1/+3
* Add another missing dependency on gdl.marcus2009-04-111-2/+3
* Add a missing dependency on unique.marcus2009-04-111-1/+3
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-105-162/+283
* - BROKEN by new graphvizpav2009-04-041-0/+2
* Presenting GNOME 2.24 for FreeBSD.marcus2009-01-107-179/+191
* Change the neon dependency to use neon28 to be compatible withmarcus2008-07-181-2/+2
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* Large round of typo fixes in ports/devel (pkg-descr).olgeni2008-06-011-1/+1
* Update to 2.4.2.marcus2008-05-282-6/+6
* Rename www/neon to www/neon26 to make the integrationedwin2008-05-051-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+2
* Update to 2.4.1.marcus2008-04-085-16/+14
* Add a missing dependency on gtksourceview2.marcus2008-03-261-1/+2
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-247-472/+517
* Update to 2.2.3.marcus2007-12-172-4/+4
* Update to 2.2.2.marcus2007-10-293-29/+15
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-253-434/+546
* Update to 2.2.1.marcus2007-09-072-6/+5
* Fix a really stupid mistake on my part, and correct a crash when openingmarcus2007-09-042-15/+21
* Don't perform sed replacements on a non-existent file.marcus2007-08-131-3/+0
* Convert port to the new autotools world order.marcus2007-08-123-13/+3
* Clean up the share/icons/gnome/48x48/mimetypes directory since this is notmarcus2007-07-222-1/+2
* Fix GNOME mime type icon installation.marcus2007-07-162-4/+7
* Allow portupgrade to build anjuta. Anjuta uses $PKG_PATH as the path tomarcus2007-07-091-0/+2
* Fix tag creation script so it uses the correct datadir.marcus2007-07-091-1/+3
* Update to 2.2.0. See http://sourceforge.net/forum/forum.php?forum_id=709731marcus2007-07-0819-707/+966
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre bykrion2007-03-121-2/+2
* Use libtool15 port instead of included version to avoid objformat a.out botchkris2007-02-101-0/+1
* Switch libtool dependency from gnu-libtool to libtool15.marcus2006-05-251-2/+2
* portlint:mezz2006-05-162-11/+11
* Add USE_GETTEXT to appease portlint.mezz2006-05-161-0/+1
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
* Switch the pcre dependency to pcre-utf8 to fix conflicts with other GNOMEmarcus2006-05-011-1/+1
* Conversion to a single libtool environment.ade2006-02-232-2/+5
* Fix a crash triggered by GTK+ 2.8.9.marcus2005-12-192-1/+41
* - Add SHA256 checksumspav2005-11-241-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
* Mark IGNORE on 4.X since it uses symbols not available in older versionsmarcus2005-09-101-1/+7
* Use the newer versions of GCC to build anjuta.marcus2005-09-011-0/+1
* Commit a forgotten patch to actually add the GNU getline() implementation.marcus2005-08-281-0/+173
* Update to 1.2.4, and use the official version of GNU getline() from gsed.marcus2005-08-287-133/+49
* - Remove zero sized patch filepav2005-04-081-0/+0
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
* Use new INSTALLS_OMF.mezz2004-11-232-14/+1
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
* Add the new anjuta wrapper script that knows about the gnu-autotools.marcus2004-10-171-0/+6
* Teach anjuta about the new gnu-autotools ports, and fix some problems withmarcus2004-10-175-54/+43
* remove empty patcheseik2004-05-241-0/+0
* Chase vte shlib version.bland2004-05-061-0/+1
* The anjuta distfile was re-rolled to remove the DISABLE_DEPRECATED flagsmarcus2004-04-202-6/+2
* Fix patch file.bland2004-04-141-2/+2
* Fix build on 4.X.marcus2004-04-141-0/+21
* Update to 1.2.2. For a list of what's changed, see:marcus2004-04-148-63/+45
* Fix threading issues with libc_r on 5.2.1 by making sure to pass -lc_r tomarcus2004-04-092-14/+17
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
* IGNORE this port on 5.X as it crashes when trying to build a project.marcus2004-03-221-1/+7
* - Add SIZE to GNOME portspav2004-03-181-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Update to 1.2.1bland2004-01-315-2/+49
* First stable release of Anjuta GTK+/GNOME2 finally available.bland2004-01-0722-521/+442
* anjuta and anjuta-devel conflict with each other.marcus2003-10-111-0/+2
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-2/+0
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
* Update to 1.0.2.marcus2003-04-037-44/+48
* Add missing dependency on libglade.marcus2003-03-031-1/+2
* * Update to 1.0.1 [1]marcus2003-02-226-31/+39
* gdkpixbuf is also needed here.edwin2002-11-161-1/+1
* Replace gnomelibs with gnomeprint as dependency to make it building again.edwin2002-11-151-1/+1
* Update to 1.0.0.marcus2002-11-0613-202/+313
* Use USE_GNOMENG.marcus2002-07-281-7/+3
* Use USE_REINPLACE.sobomax2002-07-111-4/+5
* Update to 0.1.9.sobomax2002-02-1915-134/+291
* Update to 0.1.8.sobomax2002-01-047-316/+272
* Upgrade to 0.1.7demon2001-08-247-73/+43
* Upgrade to 0.1.6demon2001-08-129-329/+420
* Bring anjuta into the gnome-fifth-toe port, and adjustade2001-05-181-1/+1