1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/cdiff/Makefile
Renato Botelho 756f89463d - Update to 1.5
Changelog:
  - Add an option to change de colors using an environment var called
    CDIFFCOLORS

PR:		ports/106878
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
2006-12-21 16:10:14 +00:00

36 lines
632 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.5
CATEGORIES= textproc
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= garga@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>