forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
324 B
Makefile
14 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>
|