ef240b2e69
useful tool as it allows you to have arbitary command lines refreshed in a top-like fashion. eg: paicc -c 'date; uptime; vmstat -i'
20 lines
368 B
Makefile
20 lines
368 B
Makefile
# New ports collection makefile for: paicc
|
|
# Date created: 28 Apr 2001
|
|
# Whom: peter
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= paicc
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= utils/shell
|
|
|
|
MAINTAINER= peter@FreeBSD.org
|
|
|
|
MAKE_ENV= BIN=${PREFIX}/bin MAN=${PREFIX}/man DATA=${PREFIX}/libdata
|
|
MAN1= paicc.1
|
|
|
|
.include <bsd.port.mk>
|