pkgsrc/devel/libmm/Makefile
wiz 0896615248 Update to 1.4.2:
Changes between 1.4.1 and 1.4.2 (10-Aug-2006 to 15-Aug-2006)

  *) Remove a trailing whitespace in mm.pod which
     confused pod2html(1) and generated bad output.
     [Neil Conway <neilc@samurai.com>]

 Changes between 1.4.0 and 1.4.1 (02-Sep-2005 to 10-Aug-2006)

  *) Add new API function MM_reset() and mm_reset().
     [Neil Conway <neilc@samurai.com>]

  *) Upgraded build environment to GNU shtool 2.0.6,
     GNU libtool 1.5.22 and GNU autoconf 2.60.
     [Ralf S. Engelschall]

  *) Fix spelling errors in manual page mm(3) and corrected
     description of mm_sizeof() function.
     [Neil Conway <neilc@samurai.com>]
2007-02-18 01:56:47 +00:00

18 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.15 2007/02/18 01:56:47 wiz Exp $
DISTNAME= mm-1.4.2
PKGNAME= lib${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/mm/
MAINTAINER= cjones@NetBSD.org
HOMEPAGE= http://www.ossp.org/pkg/lib/mm/
COMMENT= Portable abstraction layer for shared memory
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
TEST_TARGET= test
.include "../../mk/bsd.pkg.mk"