5f0fd7c013
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
518 B
Makefile
14 lines
518 B
Makefile
################################################################################
|
|
#
|
|
# xapp_mkfontdir -- create an index of X font files in a directory
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_MKFONTDIR_VERSION = 1.0.6
|
|
XAPP_MKFONTDIR_SOURCE = mkfontdir-$(XAPP_MKFONTDIR_VERSION).tar.bz2
|
|
XAPP_MKFONTDIR_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_MKFONTDIR_DEPENDENCIES = xapp_mkfontscale
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|