aboutsummaryrefslogtreecommitdiffstats
path: root/x11/luit/Makefile
blob: 3f36c4796952be3c8a09787cc9df68a8e0502901 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   luit
PORTVERSION=    1.1.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

MAN1=       luit.1

NO_STAGE=   yes
.include <bsd.port.mk>