c595907a7b
functions per ISO/IEC TR24731, into the packages collection. The Safe C Library provides bound checking memory and string functions per ISO/IEC TR24731. These functions are alternative functions to the existing standard C library that promote safer, more secure programming. The ISO/IEC Programming languages -- C spec, C11, now includes the bounded APIs in Appendix K, "Bounds-checking interfaces".
19 lines
426 B
Makefile
19 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2014/11/09 01:52:24 agc Exp $
|
|
#
|
|
|
|
DISTNAME= libsafec-10052013
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=safeclib/}
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/safeclib
|
|
COMMENT= C bounds checking memory and string functions library
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|