blob: 2d00af0df96fe3ed261ed3ba59db6bcbfa0870f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
################################################################################
#
# xapp_fstobdf -- generate BDF font from X font server
#
################################################################################
XAPP_FSTOBDF_VERSION = 1.0.2
XAPP_FSTOBDF_SOURCE = fstobdf-$(XAPP_FSTOBDF_VERSION).tar.bz2
XAPP_FSTOBDF_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_FSTOBDF_LICENSE = MIT
XAPP_FSTOBDF_LICENSE_FILES = COPYING
XAPP_FSTOBDF_DEPENDENCIES = xlib_libFS xlib_libX11
$(eval $(autotools-package))
|