17 lines
374 B
Makefile
17 lines
374 B
Makefile
# $NetBSD: Makefile,v 1.6 2021/11/06 13:37:33 mef Exp $
|
|
|
|
R_PKGNAME= ps
|
|
R_PKGVER= 1.6.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= List, query, manipulate system processes
|
|
LICENSE= modified-bsd
|
|
|
|
TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|