1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/sysutils/topless/Makefile
Dmitry Marakasov 10411d8ccc - Add LICENSE
- Add NO_ARCH
- Update WWW
- Regenerate patch

Approved by:	portmgr blanket
2017-07-24 09:01:04 +00:00

21 lines
391 B
Makefile

# Created by: koma2@lovepeers.org
# $FreeBSD$
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>