mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
e9050dccb6
check return address as well. It is necessary for avoiding crash when FreeBSD threads are used.
27 lines
573 B
Makefile
27 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>
|