[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / libsigsegv

File: [local] / ports / devel / libsigsegv / Makefile (download)

Revision 1.30, Thu Sep 21 09:49:59 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.29: +1 -1 lines

-> SITES

COMMENT =		library for handling page faults in user mode

DISTNAME =		libsigsegv-2.14
SHARED_LIBS =		sigsegv 1.0
CATEGORIES =		devel
REVISION =		0

HOMEPAGE =		https://www.gnu.org/software/libsigsegv/

# GPLv2
PERMIT_PACKAGE =	Yes

SITES =			${SITE_GNU:=libsigsegv/}

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>