diff options
author | adam <adam@pkgsrc.org> | 2003-12-05 11:27:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-12-05 11:27:01 +0000 |
commit | 634cabafb0e7eae6478cde9f65a1aafc3f448f28 (patch) | |
tree | 5fa42d2a4b6f1dd5488a842741dea58198852c43 /mail/GNUMail/Makefile | |
parent | b0d7f85f351fd94535a4b52bcad3379ee685b83a (diff) | |
download | pkgsrc-634cabafb0e7eae6478cde9f65a1aafc3f448f28.tar.gz |
Changes 1.1.1:
* Removed docs/NIBS from the OS X project file.
* Minor improvements in the Account bundle.
* Improvements when first starting GNUMail.app (first time user).
* Minor improvements in the Fonts bundle for OS X.
* Removed inexistant headers in the OS X project file.
* Improved the message on OS X when the user removed
all its mailboxes but left the preferences file around
Diffstat (limited to 'mail/GNUMail/Makefile')
-rw-r--r-- | mail/GNUMail/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/mail/GNUMail/Makefile b/mail/GNUMail/Makefile index 425e25858a9..3870a0b94d2 100644 --- a/mail/GNUMail/Makefile +++ b/mail/GNUMail/Makefile @@ -1,23 +1,20 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:45:39 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/05 11:27:01 adam Exp $ # -DISTNAME= GNUMail-1.0.3 -PKGREVISION= 3 +DISTNAME= GNUMail-1.1.1 WRKSRC= ${WRKDIR}/GNUMail CATEGORIES= mail gnustep -MASTER_SITES= http://extrovert.screwdriver.net/~extra/cgi-bin/ -DISTFILES= mirror.cgi?file=${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/GNUMail/ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.collaboration-world.com/gnumail/ COMMENT= GNUstep clone of NeXT's Mail.app application -NO_CONFIGURE= YES -USE_BUILDLINK2= YES -USE_GMAKE= YES -USE_X11= YES -MAKEFILE= GNUmakefile -#MAKE_ENV+= ADDITIONAL_CPPFLAGS=-DMKDIR +USE_BUILDLINK2= YES +USE_GMAKE= YES +USE_X11= YES +NO_CONFIGURE= YES +MAKEFILE= GNUmakefile .include "../../mail/Pantomime/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" |