d2f1e0a2f2
bump version and add project's URL Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
372 B
Makefile
14 lines
372 B
Makefile
#############################################################
|
|
#
|
|
# xterm
|
|
#
|
|
#############################################################
|
|
|
|
XTERM_VERSION = 278
|
|
XTERM_SOURCE = xterm-$(XTERM_VERSION).tgz
|
|
XTERM_SITE = ftp://invisible-island.net/xterm
|
|
XTERM_DEPENDENCIES = ncurses xlib_libXaw
|
|
XTERM_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
|
|
|
$(eval $(call AUTOTARGETS))
|