opnsense-ports/sysutils/pstacku/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
539 B
Makefile

# Created by: Juergen Lock <nox@FreeBSD.org>
# $FreeBSD$
PORTNAME= pstacku
PORTVERSION= 0.9.2
CATEGORIES= sysutils
MASTER_SITES= https://kib.kiev.ua/kib/${PORTNAME}/ \
http://kib.kiev.ua/kib/${PORTNAME}/
MAINTAINER= nox@FreeBSD.org
COMMENT= Retrieve process stack traces
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libunwind.so:${PORTSDIR}/devel/libunwind
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-libunwind=${LOCALBASE}
ONLY_FOR_ARCHS= amd64 i386
CONFLICTS= pstack-[0-9]*
PLIST_FILES= bin/pstack man/man1/pstack.1.gz
.include <bsd.port.mk>