df1b7f1aac
Exports functions that handle whether or not terminal input is echoed in a way that should be portable across different platforms and consoles.
11 lines
289 B
Makefile
11 lines
289 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/18 22:57:04 pho Exp $
|
|
|
|
DISTNAME= echo-0.1.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Cross-platform, cross-console way to handle echoing terminal input
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|