blob: 7d5eafc6210bd73acf565099b98560a1492ada31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:23 wiz Exp $
DISTNAME= libsafec-10052013
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=safeclib/}
MAINTAINER= agc@NetBSD.org
HOMEPAGE= https://sourceforge.net/projects/safeclib
COMMENT= C bounds checking memory and string functions library
LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
AUTO_MKDIRS= yes
.include "../../mk/bsd.pkg.mk"
|