1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/x11/luit/Makefile
Christian Weisgerber 28589a4b3c Make sure openpty() is used to allocate a PTY.
This fixes luit on RELENG_7 and removes any need for setuid.
2012-04-24 11:07:28 +00:00

29 lines
528 B
Makefile

# New ports collection makefile for: luit
# Date Created: 17 Feb 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= luit
PORTVERSION= 1.1.0
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
# Use openpty(), FreeBSD 7 has grantpt but not /dev/ptmx
CONFIGURE_ENV= ac_cv_func_grantpt=no
PLIST_FILES= bin/luit
MAN1= luit.1
.include <bsd.port.mk>