opnsense-ports/sysutils/pstacku/Makefile
2022-09-07 22:33:21 +02:00

23 lines
549 B
Makefile

PORTNAME= pstacku
PORTVERSION= 0.9.2
CATEGORIES= sysutils
MASTER_SITES= https://kib.kiev.ua/kib/${PORTNAME}/ \
http://kib.kiev.ua/kib/${PORTNAME}/
MAINTAINER= pizzamig@FreeBSD.org
COMMENT= Retrieve process stack traces
WWW= https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libunwind.so:devel/libunwind
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-libunwind=${LOCALBASE}
LLD_UNSAFE= yes
ONLY_FOR_ARCHS= amd64 i386
CONFLICTS= pstack
PLIST_FILES= bin/pstack man/man1/pstack.1.gz
.include <bsd.port.mk>