aboutsummaryrefslogtreecommitdiffstats
path: root/x11/luit/Makefile
blob: b9e1a3c831bb49671f69ebd0437ea93a6b7c70fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>