mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
20 lines
365 B
Makefile
20 lines
365 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
|
|
|
|
MAN1= topless.1
|
|
PLIST_FILES= bin/topless
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|