0c35c868f1
screen like "top". PR: ports/82131 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> Approved by: daichi (author)
21 lines
419 B
Makefile
21 lines
419 B
Makefile
# New ports collection makefile for: topless
|
|
# Date created: Jun 11 2005
|
|
# Whom: koma2@lovepeers.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= topless
|
|
PORTVERSION= 1.36
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://people.freebsd.org/~daichi/src/
|
|
|
|
MAINTAINER= koma2@lovepeers.org
|
|
COMMENT= Display command output on the whole screen like "top"
|
|
|
|
USE_PERL5_BUILD=yes
|
|
|
|
MAN1= topless.1
|
|
PLIST_FILES= bin/topless
|
|
|
|
.include <bsd.port.mk>
|