1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/textproc/pardiff/Makefile
Kevin Lo d18d5e4026 Initial import of pardiff-0.9.3.
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>
2001-07-08 15:08:24 +00:00

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>