69e5057b57
- Fix python shebangs - claws-mail-tnef now requires external ytnef - claws-mail-vcalendar marked as IGNORE for now, needs newer libical Release notes: http://claws-mail.org/news.php
14 lines
292 B
Makefile
14 lines
292 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tnef
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= TNEF attachment format parser plugin for Claws Mail
|
|
|
|
LIB_DEPENDS= libytnef.so:converters/ytnef
|
|
|
|
CLAWS_PLUGINS_BUILD= tnef_parse
|
|
|
|
.include "../claws-mail/Makefile.claws"
|
|
.include <bsd.port.mk>
|