2012-10-05 14:41:45 +02:00
|
|
|
# Created by: eivind
|
2000-09-20 13:37:28 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
# This port is self contained in the src directory.
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cdiff
|
2006-12-21 17:10:14 +01:00
|
|
|
PORTVERSION= 1.5
|
2000-09-20 13:37:28 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
|
|
|
|
2006-09-04 10:22:51 +02:00
|
|
|
MAINTAINER= garga@FreeBSD.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Diff readability enhancer for color terminals
|
2000-09-20 13:37:28 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
|
|
|
SRC= ${.CURDIR}/src
|
|
|
|
|
|
|
|
MAN1= cdiff.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/cdiff
|
2000-09-20 13:37:28 +02:00
|
|
|
|
|
|
|
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>
|