1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/textproc/diffstat/Makefile
Dmitry Marakasov 88ff86e755 - Add LICENSE
- Switch to USES=tar

Approved by:	portmgr blanket
2016-12-08 09:00:46 +00:00

26 lines
563 B
Makefile

# Created by: trevor
# $FreeBSD$
PORTNAME= diffstat
PORTVERSION= 1.61
CATEGORIES= textproc devel
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Makes a histogram summarizing "diff" output
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz
GNU_CONFIGURE= yes
MAKEFILE= makefile
PLIST_FILES= bin/diffstat man/man1/diffstat.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>