aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cdiff/Makefile
blob: 2646b0ac9afad46a5ffe4504ebf7bd8ae6c9090f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: eivind
# $FreeBSD$

PORTNAME=   cdiff
PORTVERSION=    1.5
CATEGORIES= textproc
MASTER_SITES=   # none
DISTFILES=  # none

MAINTAINER= garga@FreeBSD.org
COMMENT=    Diff readability enhancer for color terminals

NO_BUILD=   yes
NO_WRKSUBDIR=   yes
USES=       perl5

SRC=        ${.CURDIR}/src

MAN1=       cdiff.1
PLIST_FILES=    bin/cdiff

NO_STAGE=   yes
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>