mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
0e38d105a4
PR: 86586 Submitted by: 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.49
|
|
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>
|