summaryrefslogtreecommitdiff
path: root/devel/libsigsegv/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-03-11 22:00:01 +0000
committerwiz <wiz@pkgsrc.org>2006-03-11 22:00:01 +0000
commit9564b30fdbaee0cd57339f88fda19a138172a087 (patch)
tree7ca80fc4ed78f6b71003c1eb20f5d68933c85291 /devel/libsigsegv/Makefile
parent8bf0b7f2297fb550b2cb78736b459054093b9a21 (diff)
downloadpkgsrc-9564b30fdbaee0cd57339f88fda19a138172a087.tar.gz
Initial import of libsigsegv-2.2 from pkgsrc-wip, packaged by
Martijn van Buul. GNU libsigsegv is a library for handling page faults in user mode. A page fault occurs when a program tries to access a region of memory that is currently unavailable. Catching and handling a page fault is a useful technique for implementing: * Pageable virtual memory * Memory-mapped access to persistent databases * Generational garbage collectors * Stack overflow handlers * Distributed shared memory
Diffstat (limited to 'devel/libsigsegv/Makefile')
-rw-r--r--devel/libsigsegv/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile
new file mode 100644
index 00000000000..587f75f8639
--- /dev/null
+++ b/devel/libsigsegv/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/11 22:00:01 wiz Exp $
+#
+
+DISTNAME= libsigsegv-2.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/}
+
+MAINTAINER= martijn.van.buul@gmail.com
+HOMEPAGE= http://libsigsegv.sourceforge.net/
+COMMENT= Library for handling page faults in user mode
+
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+TEST_TARGET= check
+
+.include "../../mk/bsd.pkg.mk"