b6f1e02b65
Changelog: * Version 0.9.4 (Aug 15, 2001) * Handle context format diff (thanks Adam Bernstein) * Portability fixes for {Net,Free,Open}Bsd (thanks Tomasz Luchowski) * Fixed flawed #!/bin/sh line in diffp shell script (thanks Tomasz Luchowski) Two patches are now in the distribution, so we can remove them.
15 lines
371 B
Makefile
15 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/08/16 22:45:33 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= pardiff-0.9.4
|
|
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"
|