summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-24 13:51:13 +0000
committergrant <grant@pkgsrc.org>2004-01-24 13:51:13 +0000
commitf1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53 (patch)
tree392f755759c8becb1ccb007770bef5095757eddd /mail
parent137d281145ee065f10beb27d3c0f66dae2cbe171 (diff)
downloadpkgsrc-f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'mail')
-rw-r--r--mail/GNUMail/Makefile4
-rw-r--r--mail/Pantomime/Makefile4
-rw-r--r--mail/courier-auth/Makefile.common4
-rw-r--r--mail/evolution/Makefile4
-rw-r--r--mail/evolution12/Makefile4
-rw-r--r--mail/ifile/Makefile4
-rw-r--r--mail/kbiff/Makefile4
-rw-r--r--mail/libesmtp/Makefile4
-rw-r--r--mail/mailsync/Makefile4
-rw-r--r--mail/prayer/Makefile4
-rw-r--r--mail/sigrot/Makefile4
-rw-r--r--mail/spruce/Makefile4
-rw-r--r--mail/ssmtp/Makefile4
-rw-r--r--mail/sylpheed-claws/Makefile.common4
-rw-r--r--mail/sylpheed-gtk2/Makefile4
-rw-r--r--mail/sylpheed/Makefile4
-rw-r--r--mail/wmbiff/Makefile4
-rw-r--r--mail/wmmail/Makefile4
18 files changed, 36 insertions, 36 deletions
diff --git a/mail/GNUMail/Makefile b/mail/GNUMail/Makefile
index a6b9dade2f4..0d4f4b30c9a 100644
--- a/mail/GNUMail/Makefile
+++ b/mail/GNUMail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/23 21:50:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/24 13:55:30 grant Exp $
#
DISTNAME= GNUMail-1.1.1
@@ -12,7 +12,7 @@ COMMENT= GNUstep clone of NeXT's Mail.app application
WRKSRC= ${WRKDIR}/GNUMail
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
NO_CONFIGURE= YES
MAKEFILE= GNUmakefile
diff --git a/mail/Pantomime/Makefile b/mail/Pantomime/Makefile
index cc552d50590..38d06f5eb51 100644
--- a/mail/Pantomime/Makefile
+++ b/mail/Pantomime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/23 21:50:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/24 13:55:30 grant Exp $
#
DISTNAME= Pantomime-1.1.1
@@ -13,7 +13,7 @@ COMMENT= Objective-C mail system class library
WRKSRC= ${WRKDIR}/Pantomime
NO_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
MAKEFILE= GNUmakefile
MAKE_ENV+= ADDITIONAL_CPPFLAGS=-DMKDIR
diff --git a/mail/courier-auth/Makefile.common b/mail/courier-auth/Makefile.common
index 53afb6f7b66..34f0ee7a921 100644
--- a/mail/courier-auth/Makefile.common
+++ b/mail/courier-auth/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2003/07/17 21:45:46 grant Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/01/24 13:55:30 grant Exp $
DISTNAME?= courier-${DIST_VERS}
CATEGORIES+= mail
@@ -15,7 +15,7 @@ HOMEPAGE?= http://www.courier-mta.org/
DIST_VERS= 0.37.1
BASE_VERS= ${DIST_VERS}
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
PKG_SYSCONFSUBDIR?= courier
DATADIR= ${PREFIX}/share/courier
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index f514629cc28..2ced138980d 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2004/01/23 21:50:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.50 2004/01/24 13:55:30 grant Exp $
DISTNAME= evolution-1.4.5
PKGREVISION= 3
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --enable-ipv6=no
.endif
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/libical/libtool
diff --git a/mail/evolution12/Makefile b/mail/evolution12/Makefile
index 57690c47d08..35d1f5d1673 100644
--- a/mail/evolution12/Makefile
+++ b/mail/evolution12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/04 21:39:50 rh Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/24 13:55:30 grant Exp $
DISTNAME= evolution-1.2.4
PKGREVISION= 6
@@ -31,7 +31,7 @@ BUILDLINK_DEPENDS.db3= db3-3.11.2{,nb*}
BUILDLINK_DEPENDS.libxml= libxml>=1.8.17
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11BASE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/libical/libtool
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile
index e302aff2ed8..bb10db43f5d 100644
--- a/mail/ifile/Makefile
+++ b/mail/ifile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/25 15:25:12 salo Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/24 13:55:30 grant Exp $
#
DISTNAME= ifile-1.3.2
@@ -10,6 +10,6 @@ HOMEPAGE= http://www.nongnu.org/ifile/
COMMENT= Intelligent mail filtering system
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile
index ffc8404b507..81d4fbfeab3 100644
--- a/mail/kbiff/Makefile
+++ b/mail/kbiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/23 21:50:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/24 13:55:30 grant Exp $
DISTNAME= kbiff-3.6.3
PKGREVISION= 6
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.granroth.org/kbiff/index.html
COMMENT= A new mail notification utility for KDE
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
.include "../../meta-pkgs/kde3/buildlink2.mk"
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile
index b025e04ecad..6e4b0f3498f 100644
--- a/mail/libesmtp/Makefile
+++ b/mail/libesmtp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/11/12 03:39:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/24 13:55:30 grant Exp $
DISTNAME= libesmtp-1.0.1
PKGREVISION= 1
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.stafford.uklinux.net/libesmtp/
COMMENT= Library to manage posting of electronic mail
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/mail/mailsync/Makefile b/mail/mailsync/Makefile
index 8de63312d28..774aea31fb3 100644
--- a/mail/mailsync/Makefile
+++ b/mail/mailsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:19:43 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/24 13:55:30 grant Exp $
#
DISTNAME= mailsync_4.3-2
@@ -13,7 +13,7 @@ COMMENT= Mailsync is a way of synchronizing a collection of mailboxes
DEPENDS+= imap-uw-[0-9]*:../../mail/imap-uw
WRKSRC= ${WRKDIR}/mailsync-4.3
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_GCC_SHLIB= yes
ALL_TARGET= default
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile
index 597386fd60d..b71f281507e 100644
--- a/mail/prayer/Makefile
+++ b/mail/prayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/11/12 03:39:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/24 13:55:30 grant Exp $
#
DISTNAME= prayer-1.0.8
@@ -14,7 +14,7 @@ PKG_GROUPS= prayer
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_PERL5= build
MAKE_ENV+= EGDIR="${EGDIR}"
diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile
index 26454408dea..5a0a24be444 100644
--- a/mail/sigrot/Makefile
+++ b/mail/sigrot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:19:44 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/24 13:55:30 grant Exp $
DISTNAME= sigrot_1.2-1
PKGNAME= sigrot-1.2
@@ -11,7 +11,7 @@ COMMENT= Signature file rotation program
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
DOCDIR= ${PREFIX}/share/doc/sigrot
EGDIR= ${PREFIX}/share/examples/sigrot
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile
index 57e38c83030..fc42cc0a8c7 100644
--- a/mail/spruce/Makefile
+++ b/mail/spruce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/03 18:49:45 reed Exp $
+# $NetBSD: Makefile,v 1.18 2004/01/24 13:55:30 grant Exp $
#
DISTNAME= spruce-0.5.17
@@ -12,7 +12,7 @@ COMMENT= MIME-aware, GNOME-based email program
USE_X11= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile
index 322871bb890..0729f4c73f3 100644
--- a/mail/ssmtp/Makefile
+++ b/mail/ssmtp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/20 12:19:44 agc Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/24 13:55:30 grant Exp $
# FreeBSD Id: ports/mail/ssmtp/Makefile,v 1.10 2003/04/14 08:41:04 leeym Exp
#
# TLS functionality needs testing. Please let me know the result,
@@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PKGBASE}-${PKGVERSION:C/([0-9]+.[0-9]+)(.[0-9]+)(nb[0-9]+)
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-ssl --enable-inet6
diff --git a/mail/sylpheed-claws/Makefile.common b/mail/sylpheed-claws/Makefile.common
index ef984c9d7e6..21de949374c 100644
--- a/mail/sylpheed-claws/Makefile.common
+++ b/mail/sylpheed-claws/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/01/13 13:03:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/01/24 13:55:31 grant Exp $
#
DISTNAME= sylpheed-${SYLPHEED_VERSION}claws
@@ -12,7 +12,7 @@ DISTINFO_FILE= ${.CURDIR}/../../mail/sylpheed-claws/distinfo
PATCHDIR= ${.CURDIR}/../../mail/sylpheed-claws/patches
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
diff --git a/mail/sylpheed-gtk2/Makefile b/mail/sylpheed-gtk2/Makefile
index 45f7177b429..31f3ff722d9 100644
--- a/mail/sylpheed-gtk2/Makefile
+++ b/mail/sylpheed-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/13 22:27:34 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/24 13:55:31 grant Exp $
#
DISTNAME= sylpheed-0.9.8a-gtk2-20040109
@@ -16,7 +16,7 @@ DEPENDS+= metamail>=2.7:../../mail/metamail
CONFLICTS= sylpheed-claws-[0-9]* sylpheed-[0-9]*
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_X11= yes
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 0624c248e8c..b5aac909eb0 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2004/01/07 01:40:43 xtraeme Exp $
+# $NetBSD: Makefile,v 1.58 2004/01/24 13:55:31 grant Exp $
DISTNAME= sylpheed-0.9.8a
PKGREVISION= 1
@@ -19,7 +19,7 @@ USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_X11= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-nls
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index 124f737eeb3..2eb4131a4e8 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/03 18:49:45 reed Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/24 13:55:31 grant Exp $
DISTNAME= wmbiff-0.4.19
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= xbuffy like "mail-checker" for WindowMaker
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
EX_DIR= ${PREFIX}/share/examples/wmbiff
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile
index cb004dc56ce..933976661a9 100644
--- a/mail/wmmail/Makefile
+++ b/mail/wmmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/07/17 21:47:12 grant Exp $
+# $NetBSD: Makefile,v 1.25 2004/01/24 13:55:31 grant Exp $
DISTNAME= WMMail.app-0.64
PKGNAME= wmmail-0.64
@@ -14,7 +14,7 @@ DEPENDS+= libproplist>=0.10.1:../../devel/libproplist
DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
USE_X11BASE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \
--with-PL-libs="-L${LOCALBASE}/lib"