blob: 77b8fa9cc0e2631bc376e50258f9666c67f8b5bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|