mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
8efbfe6d1f
Approved by: portmgr (blanket)
33 lines
952 B
Makefile
33 lines
952 B
Makefile
PORTNAME= luit
|
|
PORTVERSION= 20240102
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= https://invisible-island.net/archives/luit/ \
|
|
https://invisible-mirror.net/archives/luit/
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Locale and ISO 2022 support for Unicode terminals
|
|
WWW= https://invisible-island.net/luit/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodings
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= iconv localbase:ldflags tar:tgz pkgconfig xorg
|
|
USE_XORG= ice x11 xt
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --x-libraries=${LOCALBASE}/lib \
|
|
--x-includes=${LOCALBASE}/include \
|
|
--with-encodings-dir=${LOCALBASE}/share/fonts/encodings/encodings.dir \
|
|
--with-locale-alias=${LOCALBASE}/lib/X11/locale/locale.alias \
|
|
--with-pkg-config=${LOCALBASE}/bin/pkg-config \
|
|
|
|
PLIST_FILES= bin/luit share/man/man1/luit.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|