2013-04-28 22:01:07 +02:00
|
|
|
# Created by: 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
|
2012-03-02 19:49:50 +01:00
|
|
|
PORTVERSION= 22.16
|
2000-04-22 12:14:11 +02:00
|
|
|
CATEGORIES= sysutils
|
2010-10-06 07:58:11 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
|
1998-12-20 04:55:54 +01:00
|
|
|
|
2010-10-06 07:58:11 +02:00
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
2012-08-03 17:54:35 +02:00
|
|
|
COMMENT= Port of the Linux pstree, killall, and pidof commands
|
1998-12-20 04:55:54 +01:00
|
|
|
|
2011-08-08 15:05:00 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2010-10-06 07:58:11 +02:00
|
|
|
BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
|
|
|
|
|
2010-08-01 09:13:14 +02:00
|
|
|
CONFLICTS= pidof-[0-9]* pstree-2.[0-9]*
|
2010-05-31 01:45:09 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-11-26 16:07:23 +01:00
|
|
|
USES= gmake
|
2005-09-10 04:22:03 +02:00
|
|
|
|
2013-04-28 22:01:07 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
2013-11-26 16:07:23 +01:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
NLS_USES= gettext
|
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:
|
2013-11-26 16:07:23 +01:00
|
|
|
@${LN} -fs killall ${STAGEDIR}${PREFIX}/bin/pidof
|
1998-12-20 04:55:54 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|