mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
1ce66ebca4
- Update MASTER_SITES and WWW: change URL to match the official site Changes: http://invisible-island.net/diffstat/CHANGES Approved by: clsung (maintainer, via IRC)
28 lines
571 B
Makefile
28 lines
571 B
Makefile
# 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
|
|
COMMENT= Makes a histogram summarizing "diff" output
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKEFILE= makefile
|
|
|
|
MAN1= diffstat.1
|
|
PLIST_FILES= bin/diffstat
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/diffstat ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|