aboutsummaryrefslogtreecommitdiff
path: root/textproc/diffstat/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 20:40:38 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 20:40:38 +0000
commit9f42acbb24a042e4be410a4320d535aa3ccb5999 (patch)
tree45bc2271bf8390882a31eab2353d0b0286b06da2 /textproc/diffstat/Makefile
parente8159f09566e62ddb5fcaef09a92acafeee4fb55 (diff)
Notes
Diffstat (limited to 'textproc/diffstat/Makefile')
-rw-r--r--textproc/diffstat/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile
new file mode 100644
index 000000000000..44276639a1da
--- /dev/null
+++ b/textproc/diffstat/Makefile
@@ -0,0 +1,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>