mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
77f3bb2bad
PR: ports/116981 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Approved by: clsung (mentor, implicit)
22 lines
476 B
Makefile
22 lines
476 B
Makefile
# 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.1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|