aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pty/Makefile
blob: 9b4ad08d40d90c76c01fe33f14ed35fdcb56f73e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$

PORTNAME=   pty
PORTVERSION=    1.2
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 man/man1/pty.1.gz

.include <bsd.port.mk>