9a26accf39
1.1.1: This release includes portability fixes for various platforms, changes to resolve issues found static analysis and compiler warnings, and build configuration cleanups. 1.1.0: This release includes these changes from Thomas Dickey's luit-20100601: * add -alias option to allow override of locale.alias pathname. * improve fix waitForInput as suggested in Freedesktop #26383. * fix warnings from clang --analyze As well as many of the same build time & janitorial cleanups found in the other recent X.Org module releases.
23 lines
545 B
Makefile
23 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/06/03 18:00:47 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= luit-1.1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Locale and ISO 2022 support for Unicode terminals
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../fonts/libfontenc/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|