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).
20 lines
482 B
Makefile
20 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.14 2004/05/15 15:07:58 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= tnef-1.2.3.1
|
|
PKGREVISION= # empty
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/}
|
|
|
|
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"
|