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
31 lines
819 B
Makefile
31 lines
819 B
Makefile
# $NetBSD: Makefile,v 1.16 2010/11/29 17:58:39 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= tnef_parse-0.3.9
|
|
PKGNAME= claws-mail-tnef-0.3.9
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://claws-mail.org/downloads/plugins/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Handles TNEF attachments from Outlook
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
#PLIST_SRC+= PLIST
|
|
|
|
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 "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mail/libytnef/buildlink3.mk"
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
.include "../../mail/claws-mail/buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|