summaryrefslogtreecommitdiff
path: root/devel/libsafec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsafec/Makefile')
-rw-r--r--devel/libsafec/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/libsafec/Makefile b/devel/libsafec/Makefile
new file mode 100644
index 00000000000..95e05adff80
--- /dev/null
+++ b/devel/libsafec/Makefile
@@ -0,0 +1,19 @@
+# $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"