aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsdiff2patch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsdiff2patch/Makefile')
-rw-r--r--devel/cvsdiff2patch/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/cvsdiff2patch/Makefile b/devel/cvsdiff2patch/Makefile
new file mode 100644
index 000000000000..a1150480c3dd
--- /dev/null
+++ b/devel/cvsdiff2patch/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: cvsdiff2patch
+# Date created: 06 Jun 2003
+# Whom: alfred@freebsd.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= cvsdiff2patch
+PORTVERSION= 1.0.0
+CATEGORIES= devel
+MASTER_SITES= http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
+DISTNAME= cvsdiff2patch-${PORTVERSION}
+USE_BZIP2= yes
+
+MAINTAINER= alfred@FreeBSD.org
+COMMENT= Turn cvs diff output into patch input.
+
+.include <bsd.port.mk>