freebsd-ports/sysutils/topless/Makefile
Daichi GOTO 81b0ee1e53 sysutils/topless: update to 1.52
- alert function added
  - information header function added
2005-12-21 02:27:27 +00:00

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>