diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/esmtp/Makefile | 8 | ||||
-rw-r--r-- | mail/evolution/Makefile | 4 | ||||
-rw-r--r-- | mail/filtermail/Makefile | 6 | ||||
-rw-r--r-- | mail/libsieve/Makefile | 7 | ||||
-rw-r--r-- | mail/mairix/Makefile | 8 |
5 files changed, 10 insertions, 23 deletions
diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile index ae0a44d9e6a6..1a29da48ad50 100644 --- a/mail/esmtp/Makefile +++ b/mail/esmtp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: esmtp -# Date created: 12.07.2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= esmtp PORTVERSION= 1.2 @@ -20,7 +16,7 @@ LICENSE= GPLv2 USE_BZIP2= yes USE_OPENSSL= yes -USE_BISON= build +USES= bison GNU_CONFIGURE= yes MAN1= esmtp.1 diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 873d8437ccae..baaaa9ffe876 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -21,9 +21,9 @@ CONFLICTS= evolution-3.[0-9]* USE_BZIP2= yes USE_GMAKE= yes -USE_BISON= build +USES= bison pathfix USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ +USE_GNOME= gnomeprefix intlhack evolutiondataserver gtkhtml3 \ desktopfileutils gnomedocutils ltasneededhack gnomedesktop USE_AUTOTOOLS= libtool USE_GSTREAMER= yes diff --git a/mail/filtermail/Makefile b/mail/filtermail/Makefile index 33ccd5f4ab3d..b1dc0764e204 100644 --- a/mail/filtermail/Makefile +++ b/mail/filtermail/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: filtermail -# Date created: 8 V 2002 -# Whom: Harry Newton +# Created by: Harry Newton # # Called this port 'filtermail' because there is already a 'mailfilter' # in the ports tree. @@ -30,7 +28,7 @@ EXTRACT_AFTER_ARGS= | ${SED} 's/[mM][aA][iI][lL][fF][iI][lL][tT][eE][rR]/filterm WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_BISON= build +USES= bison USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile index 225564655eee..d1673cf2366d 100644 --- a/mail/libsieve/Makefile +++ b/mail/libsieve/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsieve -# Date created: 4 August 2006 -# Whom: Mark Starovoytov <mark_sf@kikg.ifmo.ru> -# +# Created by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> # $FreeBSD$ -# PORTNAME= libsieve PORTVERSION= 2.3.1 @@ -18,6 +14,7 @@ LICENSE=LGPL21 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} USE_GMAKE= yes +USES= bison USE_BISON= build USE_LDCONFIG= yes diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 228769db5f16..1e6cb5cbf8a0 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: mairix -# Date created: 2003-03-27 -# Whom: Oliver Braun <obraun@FreeBSD.org> -# +# Created by: Oliver Braun <obraun@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mairix PORTVERSION= 0.22 @@ -15,7 +11,7 @@ COMMENT= Indexing and searching in Maildir, MH, or mbox folders USE_GMAKE= yes HAS_CONFIGURE= yes -USE_BISON= build +USES= bison MAN1= mairix.1 MAN5= mairixrc.5 |