freebsd-ports/textproc/diffstat/Makefile
Trevor Johnson 9a0868c8f9 Update to 1.29. This version supports for bzip2-compressed diffs
and is supposed to work better on RCS diffs.
2002-02-09 16:03:22 +00:00

22 lines
423 B
Makefile

# New ports collection makefile for: diffstat
# Date created: Oct 23, 1999
# Whom: Trevor Johnson <trevor@jpj.net>
#
# $FreeBSD$
#
PORTNAME= diffstat
PORTVERSION= 1.29
CATEGORIES= textproc devel
MASTER_SITES= ftp://dickey.his.com/diffstat/
EXTRACT_SUFX= .tgz
MAINTAINER= trevor@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
GNU_CONFIGURE= yes
MAN1= diffstat.1
.include <bsd.port.mk>