92b4a6e496
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
17 lines
439 B
Makefile
17 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.20 2022/07/25 11:12:23 wiz Exp $
|
|
|
|
DISTNAME= libsigsegv-2.14
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/}
|
|
|
|
MAINTAINER= martijn.van.buul@gmail.com
|
|
HOMEPAGE= https://savannah.gnu.org/projects/libsigsegv/
|
|
COMMENT= Library for handling page faults in user mode
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|