457c69658b
This minor maintenance release provides the usual recent collection of build configuration improvements and janitorial cleanups. It does not provide enough gamma radiation to mutate the user into a green-skinned giant who likes to smash things. Alan Coopersmith (9): Add noreturn attribute to Syntax function Fix size/sign conversion warnings in isabbreviation() Fix const char warnings in calls to isabbreviation() Combine usage message fprintfs into a single call Print which option was in error along with usage message Add -version option to print program version configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xgamma 1.0.6
21 lines
563 B
Makefile
21 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/04/17 07:07:27 wiz Exp $
|
|
|
|
DISTNAME= xgamma-1.0.6
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Alter gamma correction
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXxf86vm/buildlink3.mk"
|
|
.include "../../x11/xf86vidmodeproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|