1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/libexecinfo/Makefile
Alexey Dokuchaev c6240b49fc libexecinfo was not correctly updating pointers after calls to realloc, this
patch, written by Jay Freeman <saurik(at)saurik.com>, fixes it.

PR:		ports/78972
Submitted by:	Douglas Thrift <douglas(at)douglasthrift.net>
2005-03-20 09:14:11 +00:00

27 lines
561 B
Makefile

# New ports collection makefile for: libexecinfo
# Date created: 10 August 2003
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libexecinfo
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.portaone.com/~sobomax/
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>