blob: 812e9d393287ef8e768d7532604a3f0805ca10c2 (
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.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"
USE_PERL5_BUILD=yes
MAN1= topless.1
PLIST_FILES= bin/topless
.include <bsd.port.mk>
|