b85a1041c9
you *really* REALLY mean that. Fix the dependencies of all claws-mail packages on claws-mail itself. Bump all those revisions. Fix some indentation while here to be at least basic consistent.
26 lines
687 B
Makefile
26 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.3 2007/09/23 17:08:01 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= cachesaver-0.10.6
|
|
PKGNAME= claws-mail-cachesaver-0.10.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://claws-mail.org/downloads/plugins/
|
|
|
|
MAINTAINER= smb@NetBSD.org
|
|
COMMENT= Saves Claws-Mail metadata every 60 seconds
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES+= c
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
.include "../../mail/claws-mail/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|