mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
24 lines
487 B
Makefile
24 lines
487 B
Makefile
# Created by: Peter Edwards <pmedwards@eircom.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pstack
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/bsd-${PORTNAME}/bsd-${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Retrieve process/core file stack traces
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= pstack.1
|
|
PLIST_FILES= bin/pstack
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's/DT_COUNT/DT_BIND_NOW/' ${WRKSRC}/elf.c
|
|
|
|
.include <bsd.port.mk>
|