1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11/luit/Makefile
Rong-En Fan 1be0d085d1 - Make luit can find locale.alias after X.Org 7.4 upgrade. Without this,
luit is broken as it can't find the locale alias file.
- Bump PORTREVISION as package content changed

PR:		ports/131238
Submitted by:	rafan
Approved by:	x11@ (flz)
2009-02-03 14:21:00 +00:00

40 lines
911 B
Makefile

# New ports collection makefile for: luit
# Date Created: 17 Feb 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= luit
PORTVERSION= 1.0.3
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
MAN1= luit.1
.if !defined(WITH_SETUID_LUIT)
pre-everything::
@${ECHO_MSG} "If you want to use xterm with locales in a secure manner, luit must be"
@${ECHO_MSG} "installed setuid. If you want to do this, define WITH_SETUID_LUIT when"
@${ECHO_MSG} "installing this port (either in /etc/make.conf or on command line with"
@${ECHO_MSG} "install target)."
.endif
post-install:
.if defined(WITH_SETUID_LUIT)
${CHOWN} root:wheel ${PREFIX}/bin/luit
${CHMOD} 04711 ${PREFIX}/bin/luit
.endif
.include <bsd.port.mk>