blob: b79d2427a36af53cf3ecfce06eb852205fcc51c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: psmisc
# Date created: 10 March 1998
# Whom: rantapaa@uswest.net
#
# $FreeBSD$
#
PORTNAME= psmisc
PORTVERSION= 21.9
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= psmisc
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>
|