Lines 6-33
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= psmisc |
8 |
PORTNAME= psmisc |
9 |
PORTVERSION= 22.9 |
9 |
PORTVERSION= 22.11 |
10 |
CATEGORIES= sysutils |
10 |
CATEGORIES= sysutils |
11 |
MASTER_SITES= SF |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME} |
|
|
13 |
|
12 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= sunpoet@sunpoet.net |
15 |
COMMENT= A port of the Linux pstree, killall and pidof commands |
14 |
COMMENT= A port of the Linux pstree, killall and pidof commands |
16 |
|
15 |
|
17 |
GNU_CONFIGURE= yes |
16 |
CONFLICTS= pidof-[0-9]* pstree-2.* |
|
|
17 |
|
18 |
CONFIGURE_ARGS= --disable-nls |
18 |
CONFIGURE_ARGS= --disable-nls |
|
|
19 |
GNU_CONFIGURE= yes |
19 |
USE_GMAKE= yes |
20 |
USE_GMAKE= yes |
20 |
|
21 |
|
21 |
CONFLICTS= pstree-2.* \ |
22 |
MAN1= killall.1 pstree.1 |
22 |
pidof-* |
23 |
PLIST_FILES= bin/killall bin/pidof bin/pstree bin/pstree.x11 |
23 |
|
|
|
24 |
PLIST_FILES= bin/killall \ |
25 |
bin/pidof \ |
26 |
bin/pstree bin/pstree.x11 |
27 |
|
28 |
MAN1= pstree.1 killall.1 |
29 |
|
24 |
|
30 |
post-install: |
25 |
post-install: |
31 |
@${LN} -sf killall ${PREFIX}/bin/pidof |
26 |
@${LN} -fs killall ${PREFIX}/bin/pidof |
32 |
|
27 |
|
33 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |