blob: d5b1847bc950f2cd81284447836462c4da66940a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
################################################################################
#
# xapp_showfont -- font dumper for X font server
#
################################################################################
XAPP_SHOWFONT_VERSION = 1.0.1
XAPP_SHOWFONT_SOURCE = showfont-$(XAPP_SHOWFONT_VERSION).tar.bz2
XAPP_SHOWFONT_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_SHOWFONT_AUTORECONF = YES
XAPP_SHOWFONT_DEPENDANCIES = xlib_libFS
$(eval $(call AUTOTARGETS,xapp_showfont))
|