b8f002d248
*) Use "close-on-exec" semantic on internal file descriptors if underlying platform supports this feature. This makes sure the file descriptors are closed by the kernel upon execution of exec(3) by the application.
19 lines
422 B
Makefile
19 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.6 2002/12/31 19:06:57 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= mm-1.2.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
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|