e8d0444f74
This minor maintenance release fixes the handling of the "u" type for setting properties and does a bit of code & build configuration cleanup. Alan Coopersmith (8): Expand description in README a little config: Add missing AC_CONFIG_SRCDIR Mark FatalError() as taking printf-style arguments Replace strlen/malloc/memcpy set with strdup Add unicode argument to Format_Len_String to reduce code duplication Fix const conversion warnings from gcc Mark usage() as noreturn, as suggested by gcc -Wmissing-noreturn xprop 1.2.2 lolilolicon (1): Enable setting property of type UTF8_STRING.
17 lines
421 B
Makefile
17 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/08/09 09:21:24 wiz Exp $
|
|
|
|
DISTNAME= xprop-1.2.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Property displayer for X
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|