mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
34 lines
634 B
Makefile
34 lines
634 B
Makefile
# New ports collection makefile for: psmisc
|
|
# Date created: 10 March 1998
|
|
# Whom: rantapaa@uswest.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= psmisc
|
|
PORTVERSION= 22.9
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A port of the Linux pstree, killall and pidof commands
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-nls
|
|
USE_GMAKE= yes
|
|
|
|
CONFLICTS= pstree-2.* \
|
|
pidof-*
|
|
|
|
PLIST_FILES= bin/killall \
|
|
bin/pidof \
|
|
bin/pstree bin/pstree.x11
|
|
|
|
MAN1= pstree.1 killall.1
|
|
|
|
post-install:
|
|
@${LN} -sf killall ${PREFIX}/bin/pidof
|
|
|
|
.include <bsd.port.mk>
|