1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/x11/luit/Makefile
Christian Weisgerber 4c684c5386 On BSD, switching off ICANON does not disable LNEXT (^V) processing.
We explicitly need to unset IEXTEN.
2016-01-15 20:12:55 +00:00

19 lines
314 B
Makefile

# $FreeBSD$
PORTNAME= luit
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Locale and ISO 2022 support for Unicode terminals
XORG_CAT= app
USE_XORG= x11 fontenc
CONFIGURE_ARGS= --datadir=${LOCALBASE}/lib
PLIST_FILES= bin/luit man/man1/luit.1.gz
.include <bsd.port.mk>