summaryrefslogtreecommitdiff
path: root/textproc/diffstat/Makefile
blob: 44276639a1daf74198ae48ecef93c05a35059d77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	diffstat
# Version required:	1.27
# Date created:		Oct 23, 1999
# Whom:			Trevor Johnson <trevor@jpj.net>
#
# $FreeBSD$
#

DISTNAME=	diffstat-1.27
CATEGORIES=	textproc devel
MASTER_SITES=	ftp://ftp.clark.net/pub/dickey/diffstat/ \
		http://www.clark.net/pub/dickey/diffstat/
EXTRACT_SUFX=	.tgz

MAINTAINER=	trevor@jpj.net

MAKEFILE=	makefile
GNU_CONFIGURE=	yes
#USE_AUTOCONF=	yes

MAN1=		diffstat.1

post-install:
	strip -s ${PREFIX}/bin/diffstat

.include <bsd.port.mk>