13 lines
251 B
Makefile
13 lines
251 B
Makefile
|
############################################
|
||
|
#
|
||
|
# fbterm
|
||
|
#
|
||
|
############################################
|
||
|
|
||
|
FBTERM_VERSION = 1.7.0
|
||
|
FBTERM_SITE = http://fbterm.googlecode.com/files/
|
||
|
|
||
|
FBTERM_DEPENDENCIES = fontconfig liberation
|
||
|
|
||
|
$(eval $(call AUTOTARGETS))
|