53745b22ea
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
17 lines
429 B
Makefile
17 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.25 2013/06/03 10:05:29 wiz Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= trayicon
|
|
PKGREVISION= 3
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Places an icon in the system tray for new mail
|
|
|
|
CONFIGURE_ARGS+= --enable-trayicon-plugin
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|