09f114e519
* Define _XOPEN_SOURCE to 500 on linux * strdup() is only exposed by glibc headers if _XOPEN_SOURCE is defined to a value >= 500. * Replace malloc/strcpy pairs with strdup * Man page typo fixes * Fix sparse warnings: non-ANSI function declaration (missing void) * Fix many sparse warnings of Using plain integer as NULL pointer * Change luit_CFLAGS to AM_CFLAGS to make automake-1.10 happier * Fix typo in luit.man * Match luit locale.alias location to libX11 default Luit expects to find the locale.alias file in ${libdir}/X11/locale. However, libX11 installs the locale files in ${datadir}/X11/locale, by default.
22 lines
558 B
Makefile
22 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/02/06 08:03:10 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= luit-1.0.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Locale and ISO 2022 support for Unicode terminals
|
|
|
|
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"
|