pkgsrc/mail/tnef/Makefile
wiz 7c59ff934b Update to 1.4.3:
* 1.4.3: [25 August 2006]
** Fixing 'unicode string filename' bug [Bug #1546546].  Regressive bug:
code to handle unicode strings added in v1.3.3 was lost in v1.4 during
code re-arranging/refactoring
2006-11-18 21:08:17 +00:00

27 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.23 2006/11/18 21:08:17 wiz Exp $
#
DISTNAME= tnef-1.4.3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://tnef.sourceforge.net/
COMMENT= Decode MS-TNEF MIME attachments
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
TEST_TARGET= check
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"