ports/devel/libsigsegv/Makefile

25 lines
593 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = library for handling page faults in user mode
2023-09-08 05:21:37 +00:00
DISTNAME = libsigsegv-2.14
2023-08-16 22:26:55 +00:00
SHARED_LIBS = sigsegv 1.0
CATEGORIES = devel
2023-09-08 05:21:37 +00:00
REVISION = 0
2023-08-16 22:26:55 +00:00
HOMEPAGE = https://www.gnu.org/software/libsigsegv/
# GPLv2
PERMIT_PACKAGE = Yes
2023-09-22 16:24:11 +00:00
SITES = ${SITE_GNU:=libsigsegv/}
2023-08-16 22:26:55 +00:00
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
# We know these values, so don't run the configure tests for them which may
# take hours to complete on certain OpenBSD platforms, such as mips64.
CONFIGURE_ENV += sv_cv_fault_linux_i386=no \
sv_cv_fault_linux_i386_old=no \
sv_cv_fault_linux_m68k=no
.include <bsd.port.mk>