df9cc6e5e2
Approved by: portmgr@ (blanket approval)
17 lines
356 B
Makefile
17 lines
356 B
Makefile
# Created by: koma2@lovepeers.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= topless
|
|
PORTVERSION= 1.52
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://people.freebsd.org/~daichi/src/
|
|
|
|
MAINTAINER= koma2@lovepeers.org
|
|
COMMENT= Display command output on the whole screen like "top"
|
|
|
|
USES= perl5
|
|
USE_PERL5= build
|
|
|
|
PLIST_FILES= bin/topless man/man1/topless.1.gz
|
|
|
|
.include <bsd.port.mk>
|