freebsd-ports/sysutils/topless/Makefile

18 lines
356 B
Makefile
Raw Normal View History

# 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>