81b0ee1e53
- alert function added - information header function added
21 lines
419 B
Makefile
21 lines
419 B
Makefile
# 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>
|