blob: 8458250bcb44d37373427d06db8bfd4f68f18cb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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>
|