freebsd-ports/sysutils/pstack/Makefile
Stefan Eßer 819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00

24 lines
508 B
Makefile

# Created by: Peter Edwards <pmedwards@eircom.net>
PORTNAME= pstack
PORTVERSION= 1.3
CATEGORIES= sysutils
MAINTAINER= pizzamig@FreeBSD.org
COMMENT= Retrieve process/core file stack traces
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= z0nt
GH_TAGNAME= 874a052
USES= uidfix
ONLY_FOR_ARCHS= amd64 i386
CONFLICTS= pstacku
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>