mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
548 B
Makefile
21 lines
548 B
Makefile
|
# New ports collection makefile for: psmisc
|
||
|
# Version required: psmisc-17
|
||
|
# Date created: 10 March 1998
|
||
|
# Whom: rantapaa@uswest.net
|
||
|
#
|
||
|
# $Id: Makefile,v 1.2 1998/03/10 21:36:52 rantapaa Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= psmisc-17
|
||
|
CATEGORIES= sysutils
|
||
|
MASTER_SITES= ftp://ftp.cdrom.com/pub/NetBSD/packages/distfiles/ \
|
||
|
ftp://ftp.bitcon.no/pub/NetBSD/packages/distfiles/
|
||
|
|
||
|
MAINTAINER= rantapaa@uswest.net
|
||
|
|
||
|
INSTALL_TARGET= install-all
|
||
|
MAN1= pidof.1 pstree.1 killall.1
|
||
|
WRKSRC= ${WRKDIR}/psmisc
|
||
|
|
||
|
.include <bsd.port.mk>
|