c601f4661f
MAKE_OPT defaults to the empty string, so drop it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
506 B
Makefile
14 lines
506 B
Makefile
################################################################################
|
|
#
|
|
# xfont_encodings -- No description available
|
|
#
|
|
################################################################################
|
|
|
|
XFONT_ENCODINGS_VERSION = 1.0.3
|
|
XFONT_ENCODINGS_SOURCE = encodings-$(XFONT_ENCODINGS_VERSION).tar.bz2
|
|
XFONT_ENCODINGS_SITE = http://xorg.freedesktop.org/releases/individual/font
|
|
XFONT_ENCODINGS_DEPENDENCIES = host-xapp_mkfontscale
|
|
|
|
$(eval $(call AUTOTARGETS))
|
|
$(eval $(call AUTOTARGETS,host))
|