aboutsummaryrefslogtreecommitdiff
path: root/devel/patch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/patch/Makefile')
-rw-r--r--devel/patch/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
new file mode 100644
index 000000000000..b583d5f77d0b
--- /dev/null
+++ b/devel/patch/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: patch
+# Version required: 2.5
+# Date created: 21 Jan 1998
+# Whom: ache
+#
+# $Id: Makefile,v 1.4 1996/12/07 10:54:06 max Exp $
+#
+
+DISTNAME= patch-2.5
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= ache@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+MAN1= patch.1
+
+.include <bsd.port.mk>