mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14111407e3
Approved by: will
26 lines
472 B
Makefile
26 lines
472 B
Makefile
# New ports collection makefile for: diffstat
|
|
# Date created: Oct 23, 1999
|
|
# Whom: Trevor Johnson <trevor@jpj.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= diffstat
|
|
PORTVERSION= 1.28
|
|
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
|
|
|
|
post-install:
|
|
strip -s ${PREFIX}/bin/diffstat
|
|
|
|
.include <bsd.port.mk>
|