1998-12-20 03:55:54 +00:00
|
|
|
# New ports collection makefile for: psmisc
|
|
|
|
# Date created: 10 March 1998
|
|
|
|
# Whom: rantapaa@uswest.net
|
|
|
|
#
|
1999-08-31 02:00:46 +00:00
|
|
|
# $FreeBSD$
|
1998-12-20 03:55:54 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= psmisc
|
2012-03-02 18:49:50 +00:00
|
|
|
PORTVERSION= 22.16
|
2000-04-22 10:14:11 +00:00
|
|
|
CATEGORIES= sysutils
|
2010-10-06 05:58:11 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
|
1998-12-20 03:55:54 +00:00
|
|
|
|
2010-10-06 05:58:11 +00:00
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
2012-08-03 15:54:35 +00:00
|
|
|
COMMENT= Port of the Linux pstree, killall, and pidof commands
|
1998-12-20 03:55:54 +00:00
|
|
|
|
2011-08-08 13:05:00 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2010-10-06 05:58:11 +00:00
|
|
|
BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
|
|
|
|
|
2010-08-01 07:13:14 +00:00
|
|
|
CONFLICTS= pidof-[0-9]* pstree-2.[0-9]*
|
2010-05-30 23:45:09 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-09-10 02:22:03 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2010-10-06 05:58:11 +00:00
|
|
|
OPTIONS= NLS "Native Language Support via gettext utilities" on
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2010-05-30 23:45:09 +00:00
|
|
|
MAN1= killall.1 pstree.1
|
2010-10-06 05:58:11 +00:00
|
|
|
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
CONFIGURE_ARGS= --enable-nls
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
2005-04-30 17:06:58 +00:00
|
|
|
|
2010-08-01 07:13:14 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^#define COMM_LEN / s|16|254|' ${WRKSRC}/src/comm.h
|
|
|
|
|
2005-09-10 02:22:03 +00:00
|
|
|
post-install:
|
2012-02-21 04:06:30 +00:00
|
|
|
@${LN} -fs ${PREFIX}/bin/killall ${PREFIX}/bin/pidof
|
1998-12-20 03:55:54 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|