1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/textproc/diffstat/Makefile

28 lines
571 B
Makefile
Raw Normal View History

# New ports collection makefile for: diffstat
# Date created: Oct 23, 1999
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= diffstat
PORTVERSION= 1.55
CATEGORIES= textproc devel
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
EXTRACT_SUFX= .tgz
MAINTAINER= clsung@FreeBSD.org
2003-03-01 14:34:33 +00:00
COMMENT= Makes a histogram summarizing "diff" output
GNU_CONFIGURE= yes
MAKEFILE= makefile
MAN1= diffstat.1
2004-01-30 22:51:45 +00:00
PLIST_FILES= bin/diffstat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/diffstat ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>