freebsd-ports/sysutils/topless/Makefile
2021-04-06 16:31:07 +02:00

19 lines
379 B
Makefile

# Created by: koma2@lovepeers.org
PORTNAME= topless
PORTVERSION= 1.52
CATEGORIES= sysutils
MASTER_SITES= https://people.freebsd.org/~daichi/src/
MAINTAINER= koma2@lovepeers.org
COMMENT= Display command output on the whole screen like "top"
LICENSE= BSD2CLAUSE
USES= perl5
USE_PERL5= build
NO_ARCH= yes
PLIST_FILES= bin/topless man/man1/topless.1.gz
.include <bsd.port.mk>