freebsd-ports/devel/libexecinfo/Makefile
Maxim Sobolev e9050dccb6 Don't rely only on stack frame being 0 when bottom of stack reached, but
check return address as well. It is necessary for avoiding crash when
FreeBSD threads are used.
2003-08-10 16:47:03 +00:00

26 lines
573 B
Makefile

# New ports collection makefile for: libexecinfo
# Date created: 10 August 2003
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libexecinfo
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://demo.portaone.com/~sobomax/freestuff/
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for inspecting program's backtrace
USE_BZIP2= yes
INSTALLS_SHLIB= yes
MAKE_FLAGS= LIBDIR=${PREFIX}/lib \
INCLUDEDIR=${PREFIX}/include
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.include <bsd.port.mk>