mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
15 lines
324 B
Makefile
15 lines
324 B
Makefile
# 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>
|