27 lines
725 B
Makefile
27 lines
725 B
Makefile
# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:33 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= notification_plugin-0.16
|
|
PKGNAME= claws-mail-notification-0.16
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://claws-mail.org/downloads/plugins/
|
|
|
|
MAINTAINER= smb@NetBSD.org
|
|
COMMENT= Provides various ways to notify the user of new and unread email
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= claws-mail-3.4.0{,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 "../../devel/glib2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|