freebsd-ports/textproc/cdiff/Makefile
Florent Thoumie 856736e748 - Fix issues with monochrome terminals.
PR:		ports/75310
Submitted by:	Alex Kapranoff <kappa@rambler-co.ru>
Approved by:	maintainer timeout (> 3 months)
2005-04-12 08:06:16 +00:00

36 lines
649 B
Makefile

# New ports collection makefile for: cdiff
# Date created: September 20th 2000
# Whom: eivind
#
# $FreeBSD$
#
# This port is self contained in the src directory.
#
PORTNAME= cdiff
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= eivind@FreeBSD.org
COMMENT= Diff readability enhancher for color terminals
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_PERL5= yes
SRC= ${.CURDIR}/src
MAN1= cdiff.1
PLIST_FILES= bin/cdiff
do-fetch:
@${DO_NADA}
do-install:
@${INSTALL_SCRIPT} ${SRC}/cdiff.sh ${PREFIX}/bin/cdiff
@${INSTALL_MAN} ${SRC}/cdiff.1 ${PREFIX}/man/man1
.include <bsd.port.mk>