pkgsrc/mail/tnef/Makefile
wiz da8b7966dd Updated tnef to 1.4.13.
Set LICENSE.

* 1.4.13 [23 February 2017]
** Fixing security issues reported by Eric Sesterhenn and Hanno Böck
2017-02-24 08:03:50 +00:00

29 lines
667 B
Makefile

# $NetBSD: Makefile,v 1.30 2017/02/24 08:03:50 wiz Exp $
DISTNAME= tnef-1.4.13
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=verdammelt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tnef.sourceforge.net/
COMMENT= Decode MS-TNEF MIME attachments
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf automake autoreconf
TEST_TARGET= check
pre-configure:
cd ${WRKSRC} && autoreconf -fiv
PKG_OPTIONS_VAR= PKG_OPTIONS.tnef
PKG_SUPPORTED_OPTIONS= debug
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"