# New ports collection makefile for: display
# Date created:		25 August 1997
# Whom:			Stephen J. Roznowski <sjr@home.net>
#
# $FreeBSD: ports/misc/display/Makefile,v 1.15 2003/02/20 18:46:22 knu Exp $
#

PORTNAME=	display
PORTVERSION=	1.2
CATEGORIES=	misc
MASTER_SITES=	http://www.ipsmart.com/src/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Runs command repeatedly; shows output (can conflict with ImageMagick)

GNU_CONFIGURE=	yes

MAN1=		display.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/display ${PREFIX}/bin/display
	${INSTALL_MAN} ${WRKSRC}/display.man ${PREFIX}/man/man1/display.1

.include <bsd.port.mk>
