710c5c813f
changes: -Enable building with GTK+ 2.22 -QuickSearch can now be run from the command line -Added a hidden option to set a margin in the text area of the Compose window -updated manual and man page -bugfixes -translation updates pkgsrc change: reset MAINTAINER -- he doesn't use the program anymore
22 lines
663 B
Makefile
22 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.14 2010/11/29 17:58:40 drochner Exp $
|
|
|
|
DISTNAME= clawsker-0.7.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.claws-mail.org/tools/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.claws-mail.org/clawsker
|
|
COMMENT= Edit Claws-Mail hidden preferences
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake msgfmt perl
|
|
REPLACE_PERL= clawsker
|
|
|
|
DEPENDS+= p5-gtk2>=1.182:../../x11/p5-gtk2
|
|
DEPENDS+= p5-gettext>=1.05nb2:../../devel/p5-gettext
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|