blob: 9556fca3e0a2222e3678d2704d8840807ea9c488 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
################################################################################
#
# xapp_xfontsel -- point and click selection of X11 font names
#
################################################################################
XAPP_XFONTSEL_VERSION = 1.0.1
XAPP_XFONTSEL_SOURCE = xfontsel-$(XAPP_XFONTSEL_VERSION).tar.bz2
XAPP_XFONTSEL_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XFONTSEL_DEPENDENCIES = xlib_libXaw
$(eval $(call AUTOTARGETS))
|