summaryrefslogtreecommitdiff
path: root/devel/libsafec/Makefile
blob: c27bf4dbb6cecaf209fdf3333bf372dc85c3b7b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.2 2019/06/22 11:52:31 nia 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
USE_TOOLS+=	pkg-config

AUTO_MKDIRS=	yes

.include "../../mk/bsd.pkg.mk"