mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
0d3301a39e
2.5 months.
20 lines
415 B
Makefile
20 lines
415 B
Makefile
# New ports collection makefile for: psmisc
|
|
# Date created: 10 March 1998
|
|
# Whom: rantapaa@uswest.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= psmisc
|
|
PORTVERSION= 17
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.bitcon.no/pub/linux/slackware/source/a/procps/
|
|
|
|
MAINTAINER= ports@FreeBSD.Org
|
|
|
|
INSTALL_TARGET= install-all
|
|
MAN1= pidof.1 pstree.1 killall.1
|
|
WRKSRC= ${WRKDIR}/psmisc
|
|
|
|
.include <bsd.port.mk>
|