184b7d5193
This minor maintenance release cleans up compiler complaints and other various issues, plus sneaks in a small bug fix at the end. Alan Coopersmith (8): Fix allocateded typo in comment Add const qualifiers to fix gcc -Wwrite-strings warnings Add const qualifiers to structs for mapping strings to values Mark Syntax() with _X_NORETURN to silence gcc warning Combine usage message strings Fix implicit sign conversion & integer size truncation warnings Use strcasecmp if available, instead of downcasing string before strcmp xrefresh 1.0.5 Gaetan Nadon (2): man: remove trailing spaces and tabs config: move man pages into their own directory Jeremy Huddleston (1): Properly fallback on CWBackPixmap = None when failing to parse or allocate a solid color
21 lines
457 B
Makefile
21 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/05/18 13:35:05 wiz Exp $
|
|
|
|
DISTNAME= xrefresh-1.0.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X Refresher
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|