summaryrefslogtreecommitdiff
path: root/devel/pty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pty/Makefile')
-rw-r--r--devel/pty/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/pty/Makefile b/devel/pty/Makefile
new file mode 100644
index 000000000000..77b8fa9cc0e2
--- /dev/null
+++ b/devel/pty/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: pty
+# Date created: Fri, 07 Sep 2007 22:47:06 EDT
+# Whom: James Bailie <jimmy@mammothcheese.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pty
+PORTVERSION= 1.0
+CATEGORIES= devel
+MASTER_SITES= http://www.mammothcheese.ca/
+
+MAINTAINER= jimmy@mammothcheese.ca
+COMMENT= helps debug programs which fiddle with their tty settings
+
+PLIST_FILES= bin/pty
+
+.include <bsd.port.mk>