1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/topless/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>