freebsd-ports/textproc/diffstat/Makefile
Chris Piazza 07b881cb33 Update to 1.28
PR:		18462
Submitted by:	maintainer
2000-05-19 08:14:32 +00:00

25 lines
471 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/
DISTNAME= ${PORTNAME}
MAINTAINER= trevor@jpj.net
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
GNU_CONFIGURE= yes
MAN1= diffstat.1
post-install:
strip -s ${PREFIX}/bin/diffstat
.include <bsd.port.mk>