opnsense-ports/sysutils/pstack/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

27 lines
567 B
Makefile

# Created by: Peter Edwards <pmedwards@eircom.net>
# $FreeBSD$
PORTNAME= pstack
PORTVERSION= 1.3
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Retrieve process/core file stack traces
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= z0nt
GH_PROJECT= ${PORTNAME}
GH_COMMIT= 874a052
GH_TAGNAME= 874a052
USES= uidfix
ONLY_FOR_ARCHS= amd64 i386
CONFLICTS= pstacku-[0-9]*
MAKE_ARGS+= BINDIR=${PREFIX}/bin
MAKE_ARGS+= MANDIR=${PREFIX}/man/man
MAKE_ARGS+= LIBDIR=${PREFIX}/lib
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>