1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/misc/display/Makefile
Kirill Ponomarev 9100fbe2e9 - Utilize CONFLICTS
PR:		61247
Submitted by:	Ports Fury
2004-01-12 13:58:26 +00:00

28 lines
576 B
Makefile

# New ports collection makefile for: display
# Date created: 25 August 1997
# Whom: Stephen J. Roznowski <sjr@home.net>
#
# $FreeBSD$
#
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
CONFLICTS= ImageMagick-[0-9]* goblin-*
GNU_CONFIGURE= yes
MAN1= display.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/display ${PREFIX}/bin/display
${INSTALL_MAN} ${WRKSRC}/display.man ${MANPREFIX}/man/man1/display.1
.include <bsd.port.mk>