pkgsrc/devel/pardiff/Makefile
zuntum 53bebf081c 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.

pardiff detects the width of the terminal on which it is running and adjusts
its output accordingly.
2001-07-09 09:35:37 +00:00

15 lines
375 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/07/09 09:35:37 zuntum Exp $
#
DISTNAME= pardiff-0.9.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pardiff/}
MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://pardiff.sourceforge.net/
COMMENT= converts diff output to paralleled (side-by-side) format
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"