mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
19 lines
352 B
Makefile
19 lines
352 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
|
|
|
|
MAN1= pty.1
|
|
MANCOMPRESSED= yes
|
|
|
|
PLIST_FILES= bin/pty
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|