d18d5e4026
Pardiff is a program that takes the output of diff and displays it in a parallel (side-by-side) format, emulating the /PARALLEL option on the VMS version of diff. PR: 28813 Submitted by: Anders Nordby <anders@fix.no>
21 lines
355 B
Makefile
21 lines
355 B
Makefile
# New ports collection makefile for: pardiff
|
|
# Date created: 08 July 2001
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pardiff
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= pardiff
|
|
|
|
MAINTAINER= anders@fix.no
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= pardiff.1 diffp.1
|
|
|
|
.include <bsd.port.mk>
|