pkgsrc/converters/mpack/Makefile
dholland c643c8c681 Update to 1.6.
pkgsrc changes:

- Destdir support.
- Include fixes for implicit function declarations probably broken on LP64.
- Fix for 64-bit time_t world in netbsd-current.
- Fix some pkglint.
- Suppress warning about mktemp() on NetBSD; usage checked.

Upstream changes:

1.6 -- Jul 21 2003
Use automake and a little bit of autoconf

convert K&R declarations/definitions to ANSI

Fixed buffer overflow in getParam and getDispositionFilename (debian patch)
Fixed possible crash in ParseContent (debian patch)

fix typo in getDispositionFilename (from Steve Friedl)

use system strcasecmp and getopt where possible.

use O_EXCL where available when creating files.
2009-02-15 20:12:17 +00:00

14 lines
330 B
Makefile

# $NetBSD: Makefile,v 1.19 2009/02/15 20:12:17 dholland Exp $
DISTNAME= mpack-1.6
CATEGORIES= converters mail news
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= External MIME packer/unpacker
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"