pkgsrc/mail/Pantomime/Makefile
rh 637087afda Update Pantomime to 1.2.0pre3. Changes include some structural overhaul,
including a brand new mailbox caching code and other performance
improvements.  This also makes Pantomime use the fhs filesystem layout
to make it more hier(7) compliant.
2009-04-13 12:40:40 +00:00

26 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.22 2009/04/13 12:40:40 rh Exp $
#
DISTNAME= Pantomime-1.2.0pre3
CATEGORIES= mail gnustep
MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/GNUMail/
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.collaboration-world.com/pantomime/
COMMENT= Objective-C mail system class library
LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= destdir
USE_LANGUAGES= objc
WRKSRC= ${WRKDIR}/Pantomime
NO_CONFIGURE= yes
MAKE_JOBS_SAFE= no
MAKE_ENV+= ADDITIONAL_CPPFLAGS=-DMKDIR
MAKE_FILE= GNUmakefile
.include "../../devel/gnustep-base/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"