1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/textproc/diffstat/Makefile

27 lines
497 B
Makefile

# New ports collection makefile for: diffstat
# Date created: Oct 23, 1999
# Whom: Trevor Johnson <trevor@jpj.net>
#
# $FreeBSD$
#
PORTNAME= diffstat
PORTVERSION= 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>