summaryrefslogtreecommitdiff
path: root/mail/tnef/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2004-05-15 15:07:58 +0000
committerheinz <heinz>2004-05-15 15:07:58 +0000
commit76167c3dcd2bd96660df90585e613a171067da7b (patch)
tree0c45658bca7313c8e3d98b5f2b6e9e6ffea6c315 /mail/tnef/Makefile
parent42856270a936b1fdcea11c12d33f7805d0df4180 (diff)
downloadpkgsrc-76167c3dcd2bd96660df90585e613a171067da7b.tar.gz
Update to version 1.2.3.1.
Take maintainership. Add TEST_TARGET. Enable pkgviews. history of user-visible changes * 1.2.3.1: ** Fixing distribution: triples test files were missing ** Updating man page. * 1.2.3: ** Dumping of data for objects of type szTRIPLE * 1.2.2: ** New command line option: -x SIZE | --maxsize=SIZE to allow users to protect against nefarious TNEF files. ** Removed deprecated command line options ** First pass at a primitive web page for tnef.sourceforge.net * 1.2.1: ** Fixing test failure on NetBSD (698111) and big-endian systems (712371).
Diffstat (limited to 'mail/tnef/Makefile')
-rw-r--r--mail/tnef/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile
index 423438201fd..4be1eb6b366 100644
--- a/mail/tnef/Makefile
+++ b/mail/tnef/Makefile
@@ -1,17 +1,20 @@
-# $NetBSD: Makefile,v 1.13 2004/04/18 04:44:26 snj Exp $
+# $NetBSD: Makefile,v 1.14 2004/05/15 15:07:58 heinz Exp $
#
-DISTNAME= tnef-1.2.0
-PKGREVISION= 1
+DISTNAME= tnef-1.2.3.1
+PKGREVISION= # empty
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/}
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://world.std.com/~damned/software.html
COMMENT= Decode MS-TNEF MIME attachments
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
+TEST_TARGET= check
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"