8e53f9d1da
- On DragonFly, the stack overflow handling should follow the logic of FreeBSD, similiar the address space scanning. This is now needed for lang/clisp. Since the installed version differs, bump revision.
19 lines
449 B
Makefile
19 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/07/24 13:39:26 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= libsigsegv-2.4
|
|
PKGREVISION= 1
|
|
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_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|