kumquat-buildroot/package/x11r7/xapp_xgamma/xapp_xgamma.mk
Bernhard Reutner-Fischer c4931c315a - fix misplaced @
- fix typos in x11r7 packages
2007-08-23 11:49:50 +00:00

14 lines
511 B
Makefile

################################################################################
#
# xapp_xgamma -- Alter a monitor's gamma correction through the X server
#
################################################################################
XAPP_XGAMMA_VERSION = 1.0.1
XAPP_XGAMMA_SOURCE = xgamma-$(XAPP_XGAMMA_VERSION).tar.bz2
XAPP_XGAMMA_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XGAMMA_AUTORECONF = YES
XAPP_XGAMMA_DEPENDENCIES = xlib_libXxf86vm
$(eval $(call AUTOTARGETS,xapp_xgamma))