summaryrefslogtreecommitdiff
path: root/mail/tnef/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2006-02-09 22:38:12 +0000
committerheinz <heinz>2006-02-09 22:38:12 +0000
commitd94e3b00bd7bab8b128a7ef5989f4c4e0fcb3c9f (patch)
tree62763de70cd115057074d71246f309930e9533ce /mail/tnef/Makefile
parentefa61111f3de77975bccfa668e911f537219ee66 (diff)
downloadpkgsrc-d94e3b00bd7bab8b128a7ef5989f4c4e0fcb3c9f.tar.gz
Updated to version 1.3.4.
Relevant changes since version 1.3.2: ===================================== * 1.3.4: ** Fixing RTF message body saving [Bug# 1318728]. Fix courtesy of Eduardo Subelman. * 1.3.3: ** Fixing memory leak bug [Bug# 1168062]. GUIDs not being freed corrrectly. ** Now saving message body data [RFE# 1033855]. Now optionally saves message body data, generalizing the previous --save-rtf feature. ** Implementing Unicode handling [Patch# 666561]. Implementing code to translate Unicode strings to utf8 as best as can be.
Diffstat (limited to 'mail/tnef/Makefile')
-rw-r--r--mail/tnef/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile
index 5f245c22123..2cb06562004 100644
--- a/mail/tnef/Makefile
+++ b/mail/tnef/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2006/02/05 23:09:59 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2006/02/09 22:38:12 heinz Exp $
#
-DISTNAME= tnef-1.3.2
-PKGREVISION= 1
+DISTNAME= tnef-1.3.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/}
@@ -15,5 +14,16 @@ 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
+.else
+CONFIGURE_ARGS+= --disable-debug
+.endif
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"