aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/topless/Makefile
blob: fe648297d319011f4733a3a9a0cb493385134fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    topless
# Date created:             Jun 11 2005
# Whom:                 koma2@lovepeers.org
#
# $FreeBSD$
#

PORTNAME=   topless
PORTVERSION=    1.36
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>