1998-12-20 04:55:54 +01:00
|
|
|
# New ports collection makefile for: psmisc
|
|
|
|
# Date created: 10 March 1998
|
|
|
|
# Whom: rantapaa@uswest.net
|
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1998-12-20 04:55:54 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= psmisc
|
2010-08-01 09:13:14 +02:00
|
|
|
PORTVERSION= 22.12
|
2000-04-22 12:14:11 +02:00
|
|
|
CATEGORIES= sysutils
|
2010-05-31 01:45:09 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
1998-12-20 04:55:54 +01:00
|
|
|
|
2010-09-22 19:10:26 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A port of the Linux pstree, killall and pidof commands
|
1998-12-20 04:55:54 +01:00
|
|
|
|
2010-08-01 09:13:14 +02:00
|
|
|
CONFLICTS= pidof-[0-9]* pstree-2.[0-9]*
|
2010-05-31 01:45:09 +02:00
|
|
|
|
2005-09-10 04:22:03 +02:00
|
|
|
CONFIGURE_ARGS= --disable-nls
|
2010-05-31 01:45:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-09-10 04:22:03 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2010-05-31 01:45:09 +02:00
|
|
|
MAN1= killall.1 pstree.1
|
|
|
|
PLIST_FILES= bin/killall bin/pidof bin/pstree bin/pstree.x11
|
2005-04-30 19:06:58 +02:00
|
|
|
|
2010-08-01 09:13:14 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^#define COMM_LEN / s|16|254|' ${WRKSRC}/src/comm.h
|
|
|
|
|
2005-09-10 04:22:03 +02:00
|
|
|
post-install:
|
2010-05-31 01:45:09 +02:00
|
|
|
@${LN} -fs killall ${PREFIX}/bin/pidof
|
1998-12-20 04:55:54 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|