1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/textproc/diffstat/Makefile
Trevor Johnson 14111407e3 Change MAINTAINER for my ports.
Approved by:	will
2000-10-02 05:39:35 +00:00

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>