mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
268bc2a56e
o Update sysutils/topless to 1.46. Many improvements and some bugfixes were made to this version. PR: ports/82719 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# New ports collection makefile for: topless
|
|
# Date created: Jun 11 2005
|
|
# Whom: koma2@lovepeers.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= topless
|
|
PORTVERSION= 1.46
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://people.freebsd.org/~daichi/src/
|
|
|
|
MAINTAINER= koma2@lovepeers.org
|
|
COMMENT= Display command output on the whole screen like "top"
|
|
|
|
USE_PERL5_BUILD=yes
|
|
|
|
MAN1= topless.1
|
|
PLIST_FILES= bin/topless
|
|
|
|
.include <bsd.port.mk>
|