mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
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
15 lines
292 B
Makefile
15 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>
|