freebsd-ports/sysutils/topless/Makefile
Daichi GOTO 68f52696ed sysutils/topless: update to 1.41
Changes of topless itself (not ports) from the previous version (1.36)
are as follows:

  - Improve portability by using printf(1) instead of echo(1).
  - Use "diff -C" instead of "diff -u" to make line parsing easier.
  - Fix man page.
  - "make install" can now be run by non-root user.
  - Sync help message to man page.
  - Remove README since it is the same as man page.

PR:		ports/82359
Submitted by:	maintainer
2005-06-17 15:17:07 +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.41
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>