14 lines
348 B
Makefile
14 lines
348 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# ftop
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
FTOP_VERSION = 1.0
|
||
|
FTOP_SITE = http://ftop.googlecode.com/files/
|
||
|
FTOP_DEPENDENCIES = ncurses
|
||
|
FTOP_LICENSE = GPLv3+
|
||
|
FTOP_LICENSE_FILES = COPYING
|
||
|
|
||
|
$(eval $(autotools-package))
|